mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
io: fix spelling typo in diagnostic
This commit is contained in:
parent
8786bf6eb6
commit
a0bf2897ce
@ -76,7 +76,7 @@ do_test (void)
|
||||
|
||||
bool check_ns = support_stat_nanoseconds (path);
|
||||
if (!check_ns)
|
||||
printf ("warning: timestamp with nanoseconds not supportted\n");
|
||||
printf ("warning: timestamp with nanoseconds not supported\n");
|
||||
|
||||
for (int i = 0; i < array_length (tests); i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user