summaryrefslogtreecommitdiff
path: root/gtk/gtktextsegment.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktextsegment.h')
-rw-r--r--gtk/gtktextsegment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextsegment.h b/gtk/gtktextsegment.h
index 82ea6b2704..ea5f90423c 100644
--- a/gtk/gtktextsegment.h
+++ b/gtk/gtktextsegment.h
@@ -84,7 +84,7 @@ typedef GtkTextLineSegment* (*GtkTextSegCleanupFunc) (GtkTextLineSegment *seg
/* Called when a segment moves from one line to another. CleanupFunc is also
* called in that case, so many segments just use CleanupFunc, I'm not sure
- * what's up with that (this function may not be needed...)
+ * what’s up with that (this function may not be needed...)
*/
typedef void (*GtkTextSegLineChangeFunc) (GtkTextLineSegment *seg,
GtkTextLine *line);