summaryrefslogtreecommitdiff
path: root/pango/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/modules.c')
-rw-r--r--pango/modules.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/modules.c b/pango/modules.c
index 4f235452..b4f15bec 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -127,7 +127,8 @@ pango_find_map (PangoLanguage *language,
{
/* Move the found map to the beginning of the list
* for speed next time around if we had to do
- * any failing strcmps.
+ * any failing comparison. (No longer so important,
+ * since we don't strcmp.)
*/
maps = g_list_remove_link(maps, tmp_list);
maps = g_list_prepend(maps, tmp_list->data);