From 3931b59fadbb2374ff1161d4e8c33a86fd451fff Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Fri, 16 Dec 2016 14:23:08 +0000 Subject: [PATCH] Fix typo. MFC after: 3 days --- 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 ec33d87888d..6062a683220 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;