mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
gdate: Fix minor typo in GTimeVal documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
e3f88f311f
commit
44d1fa3070
@ -118,7 +118,7 @@
|
|||||||
* Similar to the struct timeval returned by the gettimeofday()
|
* Similar to the struct timeval returned by the gettimeofday()
|
||||||
* UNIX system call.
|
* UNIX system call.
|
||||||
*
|
*
|
||||||
* GLib is attempting to unify around the use of 64bit integers to
|
* GLib is attempting to unify around the use of 64-bit integers to
|
||||||
* represent microsecond-precision time. As such, this type will be
|
* represent microsecond-precision time. As such, this type will be
|
||||||
* removed from a future version of GLib. A consequence of using `glong` for
|
* removed from a future version of GLib. A consequence of using `glong` for
|
||||||
* `tv_sec` is that on 32-bit systems `GTimeVal` is subject to the year 2038
|
* `tv_sec` is that on 32-bit systems `GTimeVal` is subject to the year 2038
|
||||||
|
Loading…
Reference in New Issue
Block a user