projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9033b37
)
docs: fix typo
author
Stefan Kost
<ensonic@users.sf.net>
Tue, 19 May 2009 11:33:25 +0000
(14:33 +0300)
committer
Stefan Kost
<ensonic@users.sf.net>
Wed, 20 May 2009 11:29:49 +0000
(14:29 +0300)
glib/gsequence.c
patch
|
blob
|
history
diff --git
a/glib/gsequence.c
b/glib/gsequence.c
index fb64658b6729d3e6d501a1569734bceb042e2bb2..b17e6ec0d0398e4c4366eeb0be4f3f74dc74750f 100644
(file)
--- a/
glib/gsequence.c
+++ b/
glib/gsequence.c
@@
-576,7
+576,7
@@
g_sequence_move_range (GSequenceIter *dest,
* @seq: a #GSequence
* @cmp_func: the #GCompareDataFunc used to sort @seq. This function is
* passed two items of @seq and should return 0 if they are equal,
- * a negative value
fi
the first comes before the second, and a
+ * a negative value
if
the first comes before the second, and a
* positive value if the second comes before the first.
* @cmp_data: user data passed to @cmp_func
*