summaryrefslogtreecommitdiff
path: root/lib/libc/gen/nlist.c
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2011-07-03 19:55:29 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2011-07-03 19:55:29 +0000
commit8605a70518f38aadb44ddd4c61d0be1b37f5fb07 (patch)
treeb7bfc07e592a5556b639b117d5d524c0f0ca1604 /lib/libc/gen/nlist.c
parent000f5319ca0a4abea494ade0cdd45c92856d4eb8 (diff)
"it's" -> "its" in a couple of comments.
Diffstat (limited to 'lib/libc/gen/nlist.c')
-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.