summaryrefslogtreecommitdiff
path: root/docs/reference/glib/tmpl/date.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/glib/tmpl/date.sgml')
-rw-r--r--docs/reference/glib/tmpl/date.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/glib/tmpl/date.sgml b/docs/reference/glib/tmpl/date.sgml
index d2c741e5e..8dd6e06fb 100644
--- a/docs/reference/glib/tmpl/date.sgml
+++ b/docs/reference/glib/tmpl/date.sgml
@@ -146,7 +146,7 @@ Unrelated to #GTimer.
<para>
Note that <type>GTime</type> is defined to always be a 32bit integer,
unlike <type>time_t</type> which may be 64bit on some systems.
-Therefore, <type>GType</type> will overflow in the year 2038, and
+Therefore, <type>GTime</type> will overflow in the year 2038, and
you cannot use the address of a <type>GTime</type> variable as argument
to the UNIX time() function. Instead, do the following:
<informalexample>