From 0626cac6dba91d0ee20458858275745b7c6a1bfd Mon Sep 17 00:00:00 2001 From: Peter Weilbacher Date: Fri, 8 Feb 2008 15:09:19 +0100 Subject: [PATCH] [os2] fix typo in comment --- src/cairo-os2-surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-os2-surface.c b/src/cairo-os2-surface.c index 7440ee9af..276398e4b 100644 --- a/src/cairo-os2-surface.c +++ b/src/cairo-os2-surface.c @@ -136,7 +136,7 @@ cairo_os2_fini (void) DisableFPUException (); /* Free allocated memories! */ - /* (Check cairo_debug_reset_static_date () for an example of this!) */ + /* (Check cairo_debug_reset_static_data () for an example of this!) */ _cairo_font_reset_static_data (); #if CAIRO_HAS_FT_FONT _cairo_ft_font_reset_static_data ();