]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/pthread_create.c
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / nptl / pthread_create.c
index a3619da1e216190bb4679936e105d418f683222a..1ac8862ed2c0ecd62394984cde7e1fbc5865a4c1 100644 (file)
@@ -218,7 +218,7 @@ late_init (void)
    __pthread_current_priority reuse the same lock, PD->lock, for a
    similar purpose e.g. synchronizing the setting of similar thread
    attributes.  These functions are never called before the thread is
-   created, so don't participate in startup syncronization, but given
+   created, so don't participate in startup synchronization, but given
    that the lock is present already and in the unlocked state, reusing
    it saves space.