summaryrefslogtreecommitdiff
path: root/stdlib/atoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/atoll.c')
-rw-r--r--stdlib/atoll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/atoll.c b/stdlib/atoll.c
index b85a888a1f..812e51e05c 100644
--- a/stdlib/atoll.c
+++ b/stdlib/atoll.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
#undef atoll
-/* Convert a string to a long int. */
+/* Convert a string to a long long int. */
long long int
atoll (const char *nptr)
{