From e5490965356b90720975414c3a97948ca56719a4 Mon Sep 17 00:00:00 2001 From: kib Date: Mon, 19 Dec 2016 00:28:04 +0000 Subject: [PATCH] MFC r310155: Fix typo. git-svn-id: svn://svn.freebsd.org/base/stable/10@310238 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- 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 d04cf8594..f5b43dbfa 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; -- 2.42.0