diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-25 07:42:07 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-25 07:42:07 +0000 |
commit | a443b460ecb99a9b8a7492794ac695183a686c9b (patch) | |
tree | 467233f9fd21395449bca37931825d67e3980bc7 /gnu | |
parent | 32b658732cbcf80fa3f58189c821957992b581c3 (diff) |
comment typo
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/ld/rrs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/rrs.c b/gnu/usr.bin/ld/rrs.c index b2c92e6dfde..e24c766f13d 100644 --- a/gnu/usr.bin/ld/rrs.c +++ b/gnu/usr.bin/ld/rrs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rrs.c,v 1.5 1999/08/25 07:36:28 niklas Exp $*/ +/* $OpenBSD: rrs.c,v 1.6 1999/08/25 07:42:06 niklas Exp $*/ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -160,7 +160,7 @@ dlopen_is_used() return 0; /* - * A use is charcterized as being an entry on the "refs" list + * A use is characterized as being an entry on the "refs" list * that is not in the text section, because such an entry is the * definition. */ |