]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Sat, 23 Aug 1997 21:52:07 +0000 (21:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 23 Aug 1997 21:52:07 +0000 (21:52 +0000)
sysdeps/mach/libc-lock.h

index b2acda53cd00544b533dd72fbb094cd7629da114..16fd647958d41136b588ec3c58fbd6d30b85b2c0 100644 (file)
@@ -84,7 +84,7 @@ struct __libc_once
   };
 
 #define __libc_once_define(CLASS,NAME) \
-  CLASS struct __libc_once NAME = { MUTEX_INITIALZER, 0 }
+  CLASS struct __libc_once NAME = { MUTEX_INITIALIZER, 0 }
 
 
 /* Call handler iff the first call.  */