From 8605a70518f38aadb44ddd4c61d0be1b37f5fb07 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sun, 3 Jul 2011 19:55:29 +0000 Subject: "it's" -> "its" in a couple of comments. --- lib/libc/gen/nlist.c | 6 +++--- 1 file 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. -- cgit v1.2.3