diff options
| author | christos <christos@NetBSD.org> | 2005-08-08 14:05:37 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2005-08-08 14:05:37 +0000 |
| commit | 2ecb0fb73d15e19386204f48e2e79ff0fe934748 (patch) | |
| tree | 7826cb29dda62084cf1035a96262a6302fba37c4 /lib/libedit/common.c | |
| parent | d8f117745d118da9952cb688b0e8149d9ef85ca9 (diff) | |
Spelling mistakes and comment errors (from FreeBSD via Stefan Farfeleder; many
thanks)
Diffstat (limited to 'lib/libedit/common.c')
| -rw-r--r-- | lib/libedit/common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/common.c b/lib/libedit/common.c index 15b3aa2f930..1a2d094a510 100644 --- a/lib/libedit/common.c +++ b/lib/libedit/common.c @@ -1,4 +1,4 @@ -/* $NetBSD: common.c,v 1.17 2005/08/01 23:00:15 christos Exp $ */ +/* $NetBSD: common.c,v 1.18 2005/08/08 14:05:37 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)common.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: common.c,v 1.17 2005/08/01 23:00:15 christos Exp $"); +__RCSID("$NetBSD: common.c,v 1.18 2005/08/08 14:05:37 christos Exp $"); #endif #endif /* not lint && not SCCSID */ @@ -155,7 +155,7 @@ ed_delete_next_char(EditLine *el, int c __attribute__((__unused__))) return (CC_ERROR); #else term_overwrite(el, STReof, 4); - /* then do a EOF */ + /* then do an EOF */ term__flush(); return (CC_EOF); #endif |
