projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc2294
)
gdatetime: Fix some docs sed damage
author
Ryan Lortie
<desrt@desrt.ca>
Sat, 24 Nov 2012 16:23:22 +0000
(11:23 -0500)
committer
Ryan Lortie
<desrt@desrt.ca>
Sat, 24 Nov 2012 16:23:22 +0000
(11:23 -0500)
glib/gdatetime.c
patch
|
blob
|
history
diff --git
a/glib/gdatetime.c
b/glib/gdatetime.c
index 50e5fb06d09c03d41707c0c70f64bfedcb374824..f64b281be8edc262007febd96dbe7e09bed3eb3b 100644
(file)
--- a/
glib/gdatetime.c
+++ b/
glib/gdatetime.c
@@
-1390,7
+1390,7
@@
g_date_time_compare (gconstpointer dt1,
*
* Calculates the difference in time between @end and @begin. The
* #GTimeSpan that is returned is effectively @end - @begin (ie:
- * positive if the first
sim
parameter is larger).
+ * positive if the first parameter is larger).
*
* Return value: the difference between the two #GDateTime, as a time
* span expressed in microseconds.