summaryrefslogtreecommitdiff
path: root/gdk/gdkframeclock.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/gdkframeclock.c
parent2a45418b673d10f60e9334ebcfa493f125d26e02 (diff)
downloadgtk+-47469eb2966a7695f64fce1dbb8441f4b3ac6ecb.tar.gz
Use proper quotes in gdk
Diffstat (limited to 'gdk/gdkframeclock.c')
-rw-r--r--gdk/gdkframeclock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkframeclock.c b/gdk/gdkframeclock.c
index ea7333d7a3..26ce86347a 100644
--- a/gdk/gdkframeclock.c
+++ b/gdk/gdkframeclock.c
@@ -60,7 +60,7 @@
* as g_get_monotonic_time(). The frame time does not advance during
* the time a frame is being painted, and outside of a frame, an attempt
* is made so that all calls to gdk_frame_clock_get_frame_time() that
- * are called at a "similar" time get the same value. This means that
+ * are called at a “similar” time get the same value. This means that
* if different animations are timed by looking at the difference in
* time between an initial value from gdk_frame_clock_get_frame_time()
* and the value inside the #GdkFrameClock::update signal of the clock,
@@ -254,7 +254,7 @@ gdk_frame_clock_init (GdkFrameClock *clock)
* Gets the time that should currently be used for animations. Inside
* the processing of a frame, it's the time used to compute the
* animation position of everything in a frame. Outside of a frame, it's
- * the time of the conceptual "previous frame," which may be either
+ * the time of the conceptual “previous frame,” which may be either
* the actual previous frame time, or if that's too old, an updated
* time.
*