Module Name: src Committed By: abhinav Date: Wed Oct 11 06:49:03 UTC 2017
Modified Files: src/lib/libedit: chared.c Log Message: Fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/lib/libedit/chared.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libedit/chared.c diff -u src/lib/libedit/chared.c:1.56 src/lib/libedit/chared.c:1.57 --- src/lib/libedit/chared.c:1.56 Sun May 22 19:44:26 2016 +++ src/lib/libedit/chared.c Wed Oct 11 06:49:03 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: chared.c,v 1.56 2016/05/22 19:44:26 christos Exp $ */ +/* $NetBSD: chared.c,v 1.57 2017/10/11 06:49:03 abhinav Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)chared.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: chared.c,v 1.56 2016/05/22 19:44:26 christos Exp $"); +__RCSID("$NetBSD: chared.c,v 1.57 2017/10/11 06:49:03 abhinav Exp $"); #endif #endif /* not lint && not SCCSID */ @@ -591,7 +591,7 @@ ch_end(EditLine *el) /* el_insertstr(): - * Insert string at cursorI + * Insert string at cursor */ int el_winsertstr(EditLine *el, const wchar_t *s)