summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkstailey <kstailey@openbsd.org>1998-11-25 16:39:38 +0000
committerkstailey <kstailey@openbsd.org>1998-11-25 16:39:38 +0000
commit811583ee1df24c8cb8cd1d8be51088dcdf2a35c9 (patch)
tree7edc275bf70a817edd056bf950ca7decc14a3786
parenttypo in comment (diff)
downloadwireguard-openbsd-811583ee1df24c8cb8cd1d8be51088dcdf2a35c9.tar.xz
wireguard-openbsd-811583ee1df24c8cb8cd1d8be51088dcdf2a35c9.zip
fix comment
-rw-r--r--gnu/usr.bin/ld/ld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/ld.c b/gnu/usr.bin/ld/ld.c
index d7c2c08da6d..5f8d78142c5 100644
--- a/gnu/usr.bin/ld/ld.c
+++ b/gnu/usr.bin/ld/ld.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ld.c,v 1.10 1998/08/11 23:33:17 niklas Exp $ */
+/* $OpenBSD: ld.c,v 1.11 1998/11/25 16:39:38 kstailey Exp $ */
/* $NetBSD: ld.c,v 1.52 1998/02/20 03:12:51 jonathan Exp $ */
/*-
@@ -531,7 +531,7 @@ decode_command(argc, argv)
bzero(p, number_of_files * sizeof(struct file_entry));
/* Now scan again and fill in file_table. */
- /* All options except -A and -l are ignored here. */
+ /* All options except -A, -B and -l are ignored here. */
for (i = 1; i < argc; i++) {
char *string;