summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/ld.c
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1998-11-25 16:39:39 +0000
committerkstailey <kstailey@cvs.openbsd.org>1998-11-25 16:39:39 +0000
commit5794a4028d9d5405de8f2e309eca217455cba073 (patch)
tree10492df76d964bd4dc32406ae3a6703e95d8356d /gnu/usr.bin/ld/ld.c
parentf065a894a5d1333f00e22a09907e6127dfff7a22 (diff)
fix comment
Diffstat (limited to 'gnu/usr.bin/ld/ld.c')
-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;