From 10a154446c2427861656763b68f312e48f7d0bd6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 6 Dec 2011 13:20:39 -0500 Subject: [PATCH] Minor doc fix. --- glib/gunidecomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gunidecomp.c b/glib/gunidecomp.c index b5c4a67..6cbc2df 100644 --- a/glib/gunidecomp.c +++ b/glib/gunidecomp.c @@ -701,7 +701,7 @@ g_unichar_compose (gunichar a, * this may change in the future (very unlikely though). * At any rate, Unicode does guarantee that a buffer of length * 18 is always enough for both compatibility and canonical - * decompositions. + * decompositions, so that is the size recommended. * * See UAX#15 * for details. -- 2.7.4