# HG changeset patch # User Jim Meyering # Date 919263521 0 # Node ID 6e288f95b8856046b04a61efa06a5653a77d4cc7 # Parent c60b97bb6df8893ab7a84b9fe8efc41d4038c6a3 tweak comment diff --git a/lib/mktime.c b/lib/mktime.c --- a/lib/mktime.c +++ b/lib/mktime.c @@ -1,4 +1,4 @@ -/* mktime: convert a `struct tm' to a time_t value +/* Convert a `struct tm' to a time_t value. Copyright (C) 1993, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Paul Eggert (eggert@twinsun.com).