diff options
author | 1998-02-15 10:38:35 +0000 | |
---|---|---|
committer | 1998-02-15 10:38:35 +0000 | |
commit | 30db690aef2653ea67d79b2ae17f0963360023a9 (patch) | |
tree | 63fd2d135d0bed84ae7d1fe042f69c3aef523c7f | |
parent | These files were new in the 2.8 import (into the FSF branch) and cvs is stupid (diff) | |
download | wireguard-openbsd-30db690aef2653ea67d79b2ae17f0963360023a9.tar.xz wireguard-openbsd-30db690aef2653ea67d79b2ae17f0963360023a9.zip |
fix a comment
-rw-r--r-- | usr.bin/sed/compile.c | 6 |
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() |