diff options
Diffstat (limited to 'coreutils/date.c')
-rw-r--r-- | coreutils/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/date.c b/coreutils/date.c index 6edca5b15..26251c37b 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -42,7 +42,7 @@ | |||
42 | /* Input parsing code is always bulky - used heavy duty libc stuff as | 42 | /* Input parsing code is always bulky - used heavy duty libc stuff as |
43 | much as possible, missed out a lot of bounds checking */ | 43 | much as possible, missed out a lot of bounds checking */ |
44 | 44 | ||
45 | /* Default input handling to save suprising some people */ | 45 | /* Default input handling to save surprising some people */ |
46 | 46 | ||
47 | static struct tm *date_conv_time(struct tm *tm_time, const char *t_string) | 47 | static struct tm *date_conv_time(struct tm *tm_time, const char *t_string) |
48 | { | 48 | { |