From fd75287886c4ee4c5b046271a48983c028a41070 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 23 Aug 1997 21:52:07 +0000 Subject: [PATCH] Fix typo. --- sysdeps/mach/libc-lock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/mach/libc-lock.h b/sysdeps/mach/libc-lock.h index b2acda53cd0..16fd647958d 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. */ -- 2.47.2