Author: kib Date: Mon Dec 19 00:28:04 2016 New Revision: 310238 URL: https://svnweb.freebsd.org/changeset/base/310238
Log: MFC r310155: Fix typo. Modified: stable/10/libexec/rtld-elf/rtld.c Directory Properties: stable/10/ (props changed) Modified: stable/10/libexec/rtld-elf/rtld.c ============================================================================== --- stable/10/libexec/rtld-elf/rtld.c Mon Dec 19 00:26:25 2016 (r310237) +++ stable/10/libexec/rtld-elf/rtld.c Mon Dec 19 00:28:04 2016 (r310238) @@ -2469,7 +2469,7 @@ objlist_call_init(Objlist *list, RtldLoc 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; _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"