diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-18 19:15:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-18 19:15:44 +0000 |
commit | 6c89794ce20d3dc00cf474e8442e1f3dbef14406 (patch) | |
tree | beb21394f6163295fec1f91d79345f3b1de28680 /bin/ed/buf.c | |
parent | 95717a3b771d0a5f896ac22e3c9c706be0652d9f (diff) |
typos in comments;
from Jared Yanovich
Diffstat (limited to 'bin/ed/buf.c')
-rw-r--r-- | bin/ed/buf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ed/buf.c b/bin/ed/buf.c index 2c01f54e68a..3406e404754 100644 --- a/bin/ed/buf.c +++ b/bin/ed/buf.c @@ -1,7 +1,7 @@ -/* $OpenBSD: buf.c,v 1.15 2003/08/07 22:13:43 millert Exp $ */ +/* $OpenBSD: buf.c,v 1.16 2003/10/18 19:15:43 jmc Exp $ */ /* $NetBSD: buf.c,v 1.15 1995/04/23 10:07:28 cgd Exp $ */ -/* buf.c: This file contains the scratch-file buffer rountines for the +/* buf.c: This file contains the scratch-file buffer routines for the ed line editor. */ /*- * Copyright (c) 1993 Andrew Moore, Talke Studio. @@ -33,7 +33,7 @@ #if 0 static char *rcsid = "@(#)buf.c,v 1.4 1994/02/01 00:34:35 alm Exp"; #else -static char rcsid[] = "$OpenBSD: buf.c,v 1.15 2003/08/07 22:13:43 millert Exp $"; +static char rcsid[] = "$OpenBSD: buf.c,v 1.16 2003/10/18 19:15:43 jmc Exp $"; #endif #endif /* not lint */ |