From a16ed197f293a2023b6190546e50a59d1e225c79 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Wed, 7 Apr 1999 02:48:43 +0000 Subject: Fix a couple of typos in comments. --- libexec/rtld-elf/rtld.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libexec/rtld-elf') diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index dc2c83b973ac..5faa5d73809d 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: rtld.c,v 1.17 1999/04/05 02:36:40 jdp Exp $ + * $Id: rtld.c,v 1.18 1999/04/07 02:43:11 jdp Exp $ */ /* @@ -1306,7 +1306,7 @@ dladdr(const void *addr, Dl_info *info) info->dli_sname = NULL; /* - * Walk the symbol list looking for the symbol whosse address is + * Walk the symbol list looking for the symbol whose address is * closest to the address sent in. */ for (symoffset = 0; symoffset < obj->nchains; symoffset++) { @@ -1320,7 +1320,7 @@ dladdr(const void *addr, Dl_info *info) continue; /* - *If the symbol is greater than the specified address, or if it + * If the symbol is greater than the specified address, or if it * is further away from addr than the current nearest symbol, * then reject it. */ -- cgit v1.3