projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8786bf6
)
io: fix spelling typo in diagnostic
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 31 Mar 2021 21:03:25 +0000
(14:03 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 31 Mar 2021 21:03:25 +0000
(14:03 -0700)
io/tst-stat.c
patch
|
blob
|
history
diff --git
a/io/tst-stat.c
b/io/tst-stat.c
index
22b89bb
..
b3e8dc2
100644
(file)
--- a/
io/tst-stat.c
+++ b/
io/tst-stat.c
@@
-76,7
+76,7
@@
do_test (void)
bool check_ns = support_stat_nanoseconds (path);
if (!check_ns)
- printf ("warning: timestamp with nanoseconds not support
t
ed\n");
+ printf ("warning: timestamp with nanoseconds not supported\n");
for (int i = 0; i < array_length (tests); i++)
{