aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-03-31 14:03:25 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-03-31 14:03:25 -0700
commita0bf2897ce1afb30296e7b886e344dad0c788c0f (patch)
tree8eff9b858ee847a32f15d966edcb301f2fca4ec0
parent8786bf6eb60cd5e2c80bace42714b4de3bda8c4e (diff)
downloadglibc-a0bf2897ce1afb30296e7b886e344dad0c788c0f.tar
glibc-a0bf2897ce1afb30296e7b886e344dad0c788c0f.tar.gz
glibc-a0bf2897ce1afb30296e7b886e344dad0c788c0f.tar.bz2
glibc-a0bf2897ce1afb30296e7b886e344dad0c788c0f.zip
io: fix spelling typo in diagnostic
-rw-r--r--io/tst-stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/tst-stat.c b/io/tst-stat.c
index 22b89bb3e7..b3e8dc2170 100644
--- 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 supportted\n");
+ printf ("warning: timestamp with nanoseconds not supported\n");
for (int i = 0; i < array_length (tests); i++)
{