From 75b872ee53cd9d08ef38cdd78aa22b78304ce1bb Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Tue, 23 Jun 2009 09:50:50 +0000 Subject: [PATCH] Fix typo in comment. Submitted by: Christoph Mallon --- libexec/rtld-elf/rtld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 17fe991863e1..06a468cd0133 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -1308,7 +1308,7 @@ init_rtld(caddr_t mapbase) /* * Conjure up an Obj_Entry structure for the dynamic linker. * - * The "path" member can't be initialized yet because string constatns + * The "path" member can't be initialized yet because string constants * cannot yet be acessed. Below we will set it correctly. */ memset(&objtmp, 0, sizeof(objtmp));