diff options
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index cd63c91c..8737137e 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -10950,7 +10950,7 @@ * * Creates an integer hash code for the byte data in the #GBytes. * - * This function can be passed to g_hash_table_new() as the @key_equal_func + * This function can be passed to g_hash_table_new() as the @key_hash_func * parameter, when using non-%NULL #GBytes pointers as keys in a #GHashTable. * * Returns: a hash value corresponding to the key. @@ -29643,7 +29643,7 @@ * If @type is %G_TIME_TYPE_UNIVERSAL then this function will always * succeed (since universal time is monotonic and continuous). * - * Otherwise @time_ is treated is local time. The distinction between + * Otherwise @time_ is treated as local time. The distinction between * %G_TIME_TYPE_STANDARD and %G_TIME_TYPE_DAYLIGHT is ignored except in * the case that the given @time_ is ambiguous. In Toronto, for example, * 01:30 on November 7th 2010 occurred twice (once inside of daylight |