summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-02-15 10:38:35 +0000
committerderaadt <deraadt@openbsd.org>1998-02-15 10:38:35 +0000
commit30db690aef2653ea67d79b2ae17f0963360023a9 (patch)
tree63fd2d135d0bed84ae7d1fe042f69c3aef523c7f
parentThese files were new in the 2.8 import (into the FSF branch) and cvs is stupid (diff)
downloadwireguard-openbsd-30db690aef2653ea67d79b2ae17f0963360023a9.tar.xz
wireguard-openbsd-30db690aef2653ea67d79b2ae17f0963360023a9.zip
fix a comment
-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()