summaryrefslogtreecommitdiff
path: root/gdk/quartz
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 14:03:49 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 14:22:39 -0500
commit13998c55e757c28c7a80b5ad47f82ef62ee57bf6 (patch)
tree8e810968edf5b3a7831a26edfe20980e0649f8c7 /gdk/quartz
parent4dee965116da4b45ec51411ed27928f6fc0845ba (diff)
downloadgtk+-13998c55e757c28c7a80b5ad47f82ef62ee57bf6.tar.gz
docs: use proper quotations instead of '*'
Diffstat (limited to 'gdk/quartz')
-rw-r--r--gdk/quartz/gdkeventloop-quartz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/quartz/gdkeventloop-quartz.c b/gdk/quartz/gdkeventloop-quartz.c
index ed07e55879..7ef4f2a46a 100644
--- a/gdk/quartz/gdkeventloop-quartz.c
+++ b/gdk/quartz/gdkeventloop-quartz.c
@@ -88,7 +88,7 @@ static guint run_loop_n_pollfds; /* Number of file descriptors in the array *
* we need to make sure that the poll function is always called even
* when there are no file descriptors that need to be polled. To do
* this, we add a dummy GPollFD to our event source with a file
- * descriptor of '-1'. Then any time that GLib is polling the event
+ * descriptor of “-1”. Then any time that GLib is polling the event
* source, it will call our poll function.
*/
static GPollFD event_poll_fd;