From 096408d80e2ca13deccea7930aeca9fbd1b5850e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 15 Sep 2008 18:51:04 -0400 Subject: [PATCH] [scaled-font] Improve comment --- src/cairo-scaled-font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-scaled-font.c b/src/cairo-scaled-font.c index 385bdf03d..5a10c9ecf 100644 --- a/src/cairo-scaled-font.c +++ b/src/cairo-scaled-font.c @@ -407,7 +407,7 @@ _cairo_scaled_font_map_destroy (void) * * The reason we have to create a fake scaled font instead of just using * scaled_font is for lifecycle management: we need to (or rather, - * other code needs to) reference the scaked_font in the hash. + * other code needs to) reference the scaked_font in the hash table. * We can't do that on the input scaled_font as it may be freed by * font backend upon error. */