summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-12-19 00:26:25 +0000
committerkib <kib@FreeBSD.org>2016-12-19 00:26:25 +0000
commit4fbf51c358b1495f53f9ca31c593f44ad6668d67 (patch)
treec7f46c52eddd6930cd07e41684d18160d586bf72 /libexec/rtld-elf
parentdc7fe069fca4b0d0c4d35e8bb88a89e949b3aaf4 (diff)
downloadFreeBSD-src-4fbf51c358b1495f53f9ca31c593f44ad6668d67.zip
FreeBSD-src-4fbf51c358b1495f53f9ca31c593f44ad6668d67.tar.gz
MFC r310155:
Fix typo.
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r--libexec/rtld-elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 874f80b..0653a16 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -2494,7 +2494,7 @@ objlist_call_init(Objlist *list, RtldLockState *lockstate)
continue;
/*
* Race: other thread might try to use this object before current
- * one completes the initilization. Not much can be done here
+ * one completes the initialization. Not much can be done here
* without better locking.
*/
elm->obj->init_done = true;
OpenPOWER on IntegriCloud