summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1997-03-30 20:13:04 +0000
committermickey <mickey@openbsd.org>1997-03-30 20:13:04 +0000
commit5f387e6e2794c11b0aeda98c8fccb90d639543a6 (patch)
treefb0aeff522e992f46b950e45951616ffbdc9de59
parentifdef out some vars used only w/ NFSCLIENT defined (diff)
downloadwireguard-openbsd-5f387e6e2794c11b0aeda98c8fccb90d639543a6.tar.xz
wireguard-openbsd-5f387e6e2794c11b0aeda98c8fccb90d639543a6.zip
fix comment
-rw-r--r--sys/lib/libsa/exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/exec.c b/sys/lib/libsa/exec.c
index 0457fa0ff87..c6b05edd96f 100644
--- a/sys/lib/libsa/exec.c
+++ b/sys/lib/libsa/exec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.c,v 1.11 1997/03/27 18:13:32 weingart Exp $ */
+/* $OpenBSD: exec.c,v 1.12 1997/03/30 20:13:04 mickey Exp $ */
/* $NetBSD: exec.c,v 1.15 1996/10/13 02:29:01 christos Exp $ */
/*-
@@ -147,7 +147,7 @@ exec(path, loadaddr, howto)
addr += i;
}
- /* and that many bytes of (debug symbols?) */
+ /* and that many bytes of string table */
printf("+%d]", i);
close(io);