summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-12-19 00:28:04 +0000
committerkib <kib@FreeBSD.org>2016-12-19 00:28:04 +0000
commitfc638a1f4aecabac195f5ac48ed06b9505f86ae1 (patch)
tree00120e05d82f412846570ed79d7e01c68f8cf5f4 /libexec
parentfdc96b1347709438b325ea86883c585db249ed3a (diff)
downloadFreeBSD-src-fc638a1f4aecabac195f5ac48ed06b9505f86ae1.zip
FreeBSD-src-fc638a1f4aecabac195f5ac48ed06b9505f86ae1.tar.gz
MFC r310155:
Fix typo.
Diffstat (limited to 'libexec')
-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 d04cf85..f5b43db 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -2469,7 +2469,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