gzip: fix bug with any upper case custom ('-S'-specified) suffix
[debian/gzip] / gzip.h
diff --git a/gzip.h b/gzip.h
index f298b47345a3c22c64385107607475071079bed6..76abd51949a57fb7c03c9fa4204a81dcc34bd378 100644 (file)
--- a/gzip.h
+++ b/gzip.h
@@ -1,6 +1,6 @@
 /* gzip.h -- common declarations for all gzip modules
 
-   Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2016 Free Software
+   Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2017 Free Software
    Foundation, Inc.
 
    Copyright (C) 1992-1993 Jean-loup Gailly.
@@ -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 */