[cairo-commit] src/cairo-scaled-font.c

Behdad Esfahbod behdad at kemper.freedesktop.org
Sat May 24 23:00:29 PDT 2008


 src/cairo-scaled-font.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f5fbb8b24e381f3438e24340965ce2aeea56ac33
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sun May 25 01:53:44 2008 -0400

    Fix typo.

diff --git a/src/cairo-scaled-font.c b/src/cairo-scaled-font.c
index 66d7a0e..7972598 100644
--- a/src/cairo-scaled-font.c
+++ b/src/cairo-scaled-font.c
@@ -485,7 +485,7 @@ _cairo_scaled_font_placeholder_wait_for_creation_to_finish (cairo_scaled_font_t
     /* now unlock the fontmap mutex so creation has a chance to finish */
     CAIRO_MUTEX_UNLOCK (_cairo_scaled_font_map_mutex);
 
-    /* wait on placeholde mutex until we are awaken */
+    /* wait on placeholder mutex until we are awaken */
     CAIRO_MUTEX_LOCK (scaled_font->mutex);
 
     /* ok, creation done.  just clean up and back out */


More information about the cairo-commit mailing list