diff options
author | Ville Skytta <ville.skytta@iki.fi> | 2013-12-30 15:29:35 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-12-30 15:42:26 +0100 |
commit | 9dcc8f116c57767cbdb967d57523c2050c25a583 (patch) | |
tree | 8a1644d71deb804b101852a3ff5cdfb72ad5ba93 /manual/time.texi | |
parent | d97ae285e8c82cc07b719283e8a3dc799c1b9587 (diff) | |
download | glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.tar.gz glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.tar.xz glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.zip |
Fix spelling in manual, as in bug 16376
Diffstat (limited to 'manual/time.texi')
-rw-r--r-- | manual/time.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/time.texi b/manual/time.texi index e7e8647ee2..5b6e0989d7 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -750,7 +750,7 @@ structure. It uses the values of the other components to determine the calendar time; it's permissible for these components to have unnormalized values outside their normal ranges. The last thing that @code{mktime} does is adjust the components of the @var{brokentime} -structure, including the members that were initally ignored. +structure, including the members that were initially ignored. If the specified broken-down time cannot be represented as a simple time, @code{mktime} returns a value of @code{(time_t)(-1)} and does not modify |