summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2011-07-03 19:55:28 +0000
committerkrw <krw@openbsd.org>2011-07-03 19:55:28 +0000
commit29ea642539adf8018c7f7325a061e3667c37723f (patch)
treeeab2b8e3776a8288cc59414d1c5620283dc93f72 /lib/libc/gen
parentucom(4) did not understand the last-close semantics. repair that, and (diff)
downloadwireguard-openbsd-29ea642539adf8018c7f7325a061e3667c37723f.tar.xz
wireguard-openbsd-29ea642539adf8018c7f7325a061e3667c37723f.zip
"it's" -> "its" in a couple of comments.
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/nlist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c
index 9bdec1b0da4..e4ae441dcac 100644
--- a/lib/libc/gen/nlist.c
+++ b/lib/libc/gen/nlist.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nlist.c,v 1.54 2011/04/08 15:18:18 deraadt Exp $ */
+/* $OpenBSD: nlist.c,v 1.55 2011/07/03 19:55:28 krw Exp $ */
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -269,7 +269,7 @@ out:
* is ELF and valid for the target platform.
*
* WARNING: This is NOT a ELF ABI function and
- * as such it's use should be restricted.
+ * as such its use should be restricted.
*/
int
__elf_is_okay__(Elf_Ehdr *ehdr)
@@ -340,7 +340,7 @@ __elf_fdnlist(int fd, struct nlist *list)
}
/*
- * Find the symbol table entry and it's corresponding
+ * Find the symbol table entry and its corresponding
* string table entry. Version 1.1 of the ABI states
* that there is only one symbol table but that this
* could change in the future.