summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 14:50:22 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 15:08:42 -0500
commit47469eb2966a7695f64fce1dbb8441f4b3ac6ecb (patch)
treedcb3ac50eb13b95facd5612dc7f7d24982f6e0e1 /gdk/gdk.c
parent2a45418b673d10f60e9334ebcfa493f125d26e02 (diff)
downloadgtk+-47469eb2966a7695f64fce1dbb8441f4b3ac6ecb.tar.gz
Use proper quotes in gdk
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r--gdk/gdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdk.c b/gdk/gdk.c
index a708eb8c9b..8427e323fd 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -468,7 +468,7 @@ gdk_init (int *argc, char ***argv)
* locked for performance reasons. So e.g. you must coordinate
* accesses to the same #GHashTable from multiple threads.
*
- * GTK+ is "thread aware" but not thread safe &mdash; it provides a
+ * GTK+ is “thread aware” but not thread safe &mdash; it provides a
* global lock controlled by gdk_threads_enter()/gdk_threads_leave()
* which protects all use of GTK+. That is, only one thread can use GTK+
* at any given time.