]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/tst-glob_lstat_compat.c
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / posix / tst-glob_lstat_compat.c
index 79d83e0ec08cb38316df271843a2bd2cb6bbbc3d..937ad77da3d5642cbb0b3e93a4577107b85f10c4 100644 (file)
@@ -43,7 +43,7 @@ compat_symbol_reference (libc, glob, glob, GLIBC_2_0);
 #endif
 
 /* Compat glob should not call gl_lstat since for some old binaries it
-   might be unitialized (for instance GNUmake).  Check if it is indeed
+   might be uninitialized (for instance GNUmake).  Check if it is indeed
    not called.  */
 static bool stat_called;
 static bool lstat_called;