gzip: fix bug with any upper case custom ('-S'-specified) suffix
[debian/gzip] / gzip.h
diff --git a/gzip.h b/gzip.h
index 2c5d7484bd791c065bc3e29f33e4bcefeea5e2a0..76abd51949a57fb7c03c9fa4204a81dcc34bd378 100644 (file)
--- a/gzip.h
+++ b/gzip.h
@@ -152,7 +152,7 @@ extern char ifname[];   /* input file name or "stdin" */
 extern char ofname[];   /* output file name or "stdout" */
 extern char *program_name;  /* program name */
 
-extern struct timespec time_stamp; /* original time stamp (modification time) */
+extern struct timespec time_stamp; /* original timestamp (modification time) */
 extern off_t ifile_size; /* input file size, -1 for devices (debug only) */
 
 typedef int file_t;     /* Do not use stdio */