From 127a3e6eb73838d98b5ce084655984ed98554cf5 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 15 Feb 1998 10:38:36 +0000 Subject: fix a comment --- usr.bin/sed/compile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/sed') diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index 4838d5b26bf..f4576fb346d 100644 --- a/usr.bin/sed/compile.c +++ b/usr.bin/sed/compile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: compile.c,v 1.6 1998/01/21 03:51:49 millert Exp $ */ +/* $OpenBSD: compile.c,v 1.7 1998/02/15 10:38:35 deraadt Exp $ */ /*- * Copyright (c) 1992 Diomidis Spinellis. @@ -39,7 +39,7 @@ #ifndef lint /* from: static char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93"; */ -static char *rcsid = "$OpenBSD: compile.c,v 1.6 1998/01/21 03:51:49 millert Exp $"; +static char *rcsid = "$OpenBSD: compile.c,v 1.7 1998/02/15 10:38:35 deraadt Exp $"; #endif /* not lint */ #include @@ -613,7 +613,7 @@ compile_tr(p, transtab) } /* - * Compile the text following an a or i command. + * Compile the text following an a, c, or i command. */ static char * compile_text() -- cgit v1.2.3