summaryrefslogtreecommitdiff
path: root/gtk/gtkctree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkctree.c')
-rw-r--r--gtk/gtkctree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkctree.c b/gtk/gtkctree.c
index a5669653b..01649495c 100644
--- a/gtk/gtkctree.c
+++ b/gtk/gtkctree.c
@@ -1623,7 +1623,7 @@ draw_row (GtkCList *clist,
cell_rectangle.width = row_rectangle.width;
cell_rectangle.height = CELL_SPACING;
- /* rectangle used to clip drawing operations, it's y and height
+ /* rectangle used to clip drawing operations, its y and height
* positions only need to be set once, so we set them once here.
* the x and width are set withing the drawing loop below once per
* column */
@@ -1699,7 +1699,7 @@ draw_row (GtkCList *clist,
}
}
- /* the last row has to clear it's bottom cell spacing too */
+ /* the last row has to clear its bottom cell spacing too */
if (clist_row == clist->row_list_end->data)
{
cell_rectangle.y += clist->row_height + CELL_SPACING;