[glib: 5/26] gdate: Fix minor typo in GTimeVal documentation



commit 44d1fa30709184d5bff8fb17c892dda105e0ebe6
Author: Philip Withnall <withnall endlessm com>
Date:   Fri Jun 14 12:31:49 2019 +0100

    gdate: Fix minor typo in GTimeVal documentation
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 glib/gdate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/gdate.c b/glib/gdate.c
index eb5144631..782c8160d 100644
--- a/glib/gdate.c
+++ b/glib/gdate.c
@@ -118,7 +118,7 @@
  * Similar to the struct timeval returned by the gettimeofday()
  * 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
  * 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]