summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-08-23 21:52:07 +0000
committerUlrich Drepper <drepper@redhat.com>1997-08-23 21:52:07 +0000
commitfd75287886c4ee4c5b046271a48983c028a41070 (patch)
tree4accb7d5a4aecd291e043c44a5cbefd39f750da5
parent703e6213a7a22c3ae01cef3f400eb5657a5929ec (diff)
Fix typo.
-rw-r--r--sysdeps/mach/libc-lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/libc-lock.h b/sysdeps/mach/libc-lock.h
index b2acda53cd..16fd647958 100644
--- a/sysdeps/mach/libc-lock.h
+++ b/sysdeps/mach/libc-lock.h
@@ -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. */