p in str, not str in p

This commit is contained in:
Kang Jeong-Hee 2006-02-17 18:06:17 +00:00
parent 058acd1c2a
commit 3afc87dd62
4 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-02-17 Kang Jeong-Hee <keizie@gmail.com>
* glib/gutf8.c (g_utf8_find_prev_char): Correct documentation typo.
2006-02-15 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gthreadpool.c: Fix deadlock when signalling the thread

View File

@ -1,3 +1,7 @@
2006-02-17 Kang Jeong-Hee <keizie@gmail.com>
* glib/gutf8.c (g_utf8_find_prev_char): Correct documentation typo.
2006-02-15 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gthreadpool.c: Fix deadlock when signalling the thread

View File

@ -1,3 +1,7 @@
2006-02-17 Kang Jeong-Hee <keizie@gmail.com>
* glib/gutf8.c (g_utf8_find_prev_char): Correct documentation typo.
2006-02-15 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gthreadpool.c: Fix deadlock when signalling the thread

View File

@ -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