Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libedit Fix typo in comment
details: https://anonhg.NetBSD.org/src/rev/1ac5eb377e24
branches: trunk
changeset: 356759:1ac5eb377e24
user: abhinav <abhinav%NetBSD.org@localhost>
date: Wed Oct 11 06:49:03 2017 +0000
description:
Fix typo in comment
diffstat:
lib/libedit/chared.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fbc3a01b6858 -r 1ac5eb377e24 lib/libedit/chared.c
--- a/lib/libedit/chared.c Wed Oct 11 00:17:03 2017 +0000
+++ b/lib/libedit/chared.c Wed Oct 11 06:49:03 2017 +0000
@@ -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 @@
/* el_insertstr():
- * Insert string at cursorI
+ * Insert string at cursor
*/
int
el_winsertstr(EditLine *el, const wchar_t *s)
Home |
Main Index |
Thread Index |
Old Index