From 3afc87dd6290d11b2d9096b61fb943d2fd12d45b Mon Sep 17 00:00:00 2001 From: Kang Jeong-Hee Date: Fri, 17 Feb 2006 18:06:17 +0000 Subject: [PATCH] p in str, not str in p --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ glib/gutf8.c | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e5437cb..2340351 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-17 Kang Jeong-Hee + + * glib/gutf8.c (g_utf8_find_prev_char): Correct documentation typo. + 2006-02-15 Sebastian Wilhelmi * glib/gthreadpool.c: Fix deadlock when signalling the thread diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e5437cb..2340351 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2006-02-17 Kang Jeong-Hee + + * glib/gutf8.c (g_utf8_find_prev_char): Correct documentation typo. + 2006-02-15 Sebastian Wilhelmi * glib/gthreadpool.c: Fix deadlock when signalling the thread diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index e5437cb..2340351 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2006-02-17 Kang Jeong-Hee + + * glib/gutf8.c (g_utf8_find_prev_char): Correct documentation typo. + 2006-02-15 Sebastian Wilhelmi * glib/gthreadpool.c: Fix deadlock when signalling the thread diff --git a/glib/gutf8.c b/glib/gutf8.c index 07ef84f..23f2a42 100644 --- a/glib/gutf8.c +++ b/glib/gutf8.c @@ -123,7 +123,7 @@ const gchar * const g_utf8_skip = utf8_skip_data; * * Given a position @p with a UTF-8 encoded string @str, find the start * of the previous UTF-8 character starting before @p. Returns %NULL if no - * UTF-8 characters are present in @p before @str. + * UTF-8 characters are present in @str before @p. * * @p does not have to be at the beginning of a UTF-8 character. No check * is made to see if the character found is actually valid other than -- 2.7.4