Fix a comment.

Submitted by:	Liam J. Foy
This commit is contained in:
Stefan Farfeleder 2005-08-07 09:11:38 +00:00
parent 19434a77d6
commit 5d3e07d4ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148816

View File

@ -88,7 +88,7 @@ main(int argc, char *argv[])
if (l > INT_MAX) {
/*
* Avoid overflow when `seconds' is huge. This assumes
* that the maximum value for a time_t is >= INT_MAX.
* that the maximum value for a time_t is <= INT_MAX.
*/
l = INT_MAX;
}