summaryrefslogtreecommitdiff
path: root/examples/clist/clist.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/clist/clist.c')
-rw-r--r--examples/clist/clist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/clist/clist.c b/examples/clist/clist.c
index 2d766a13d..430deb268 100644
--- a/examples/clist/clist.c
+++ b/examples/clist/clist.c
@@ -39,7 +39,7 @@ gint main (int argc, gchar *argv[])
clist = gtk_clist_new_with_titles( 2, titles);
/* When a selection is made, we want to know about it. The callback
- * used is selection_made, and it's code can be found further down */
+ * used is selection_made, and its code can be found further down */
gtk_signal_connect(GTK_OBJECT(clist), "select_row",
GTK_SIGNAL_FUNC(selection_made),
NULL);