aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld.c
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2016-12-16 14:23:08 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2016-12-16 14:23:08 +0000
commit3931b59fadbb2374ff1161d4e8c33a86fd451fff (patch)
tree2985dc3c4a1dabee13838a514c6cc01d46c04c3d /libexec/rtld-elf/rtld.c
parent0e68afe553d9ede70ce83eaa697a5517b1defb31 (diff)
downloadsrc-3931b59fadbb2374ff1161d4e8c33a86fd451fff.tar.gz
src-3931b59fadbb2374ff1161d4e8c33a86fd451fff.zip
Fix typo.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=310155
Diffstat (limited to 'libexec/rtld-elf/rtld.c')
-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 ec33d87888d7..6062a6832200 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -2493,7 +2493,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;