Fix typo.

MFC after:	3 days
This commit is contained in:
kib 2016-12-16 14:23:08 +00:00
parent 6df2968878
commit 611a3ffb67

View File

@ -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;