summaryrefslogtreecommitdiff
path: root/usr.bin/sed
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-15 10:38:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-15 10:38:36 +0000
commit127a3e6eb73838d98b5ce084655984ed98554cf5 (patch)
treef8235526a1a486568ae535d46644f7cdb0b1b3ba /usr.bin/sed
parent3dd52882ca6cbe0d017c7f7e86635a696d101284 (diff)
fix a comment
Diffstat (limited to 'usr.bin/sed')
-rw-r--r--usr.bin/sed/compile.c6
1 files changed, 3 insertions, 3 deletions
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 <sys/types.h>
@@ -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()