From 10352d63afe6858723636e4de40cdfb44960b178 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 23 Sep 2011 15:00:03 -0700 Subject: [PATCH] Fix typo in 24a7e798 --- gdk/quartz/gdkeventloop-quartz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/quartz/gdkeventloop-quartz.c b/gdk/quartz/gdkeventloop-quartz.c index 6254203a16..568d4c8271 100644 --- a/gdk/quartz/gdkeventloop-quartz.c +++ b/gdk/quartz/gdkeventloop-quartz.c @@ -632,7 +632,7 @@ gdk_event_check (GSource *source) GDK_THREADS_ENTER (); -`/* Refresh the autorelease pool if we're at the base CFRunLoop level +/* Refresh the autorelease pool if we're at the base CFRunLoop level * (indicated by current_loop_level) and the base g_main_loop level * (indicated by g_main_depth()). Messing with the autorelease pool at * any level of nesting can cause access to deallocated memory because