[gtk+/gtk-2-24-quartz] Fix typo in gdk_event_check



commit 90c970b541d32631c22ca1c2ddfeee4188a8f278
Author: John Ralls <jralls ceridwen us>
Date:   Mon Jan 3 12:21:55 2011 -0800

    Fix typo in gdk_event_check

 gdk/quartz/gdkeventloop-quartz.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/quartz/gdkeventloop-quartz.c b/gdk/quartz/gdkeventloop-quartz.c
index 6254203..1315c03 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]