summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2018-05-09 11:28:53 +1200
committerRobert Ancell <robert.ancell@canonical.com>2018-05-09 11:28:53 +1200
commite95eeaeef18540d20dad80b824399593c650b346 (patch)
tree9709690ba929e0b76751c6ceb914d217c3115865
parentc831a77592e924db043b95953b4f5fc521bd6091 (diff)
downloadgtk+-e95eeaeef18540d20dad80b824399593c650b346.tar.gz
Fix comment typo introduced in a32725bc9ab
-rw-r--r--gtk/gtkiconhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkiconhelper.c b/gtk/gtkiconhelper.c
index 7c2e80abc4..0a771dabe4 100644
--- a/gtk/gtkiconhelper.c
+++ b/gtk/gtkiconhelper.c
@@ -591,7 +591,7 @@ _gtk_icon_helper_get_size (GtkIconHelper *self,
width = height = 0;
- /* Certain kinds of images are easy to calculate the size for,</cosimoc>3 these
+ /* Certain kinds of images are easy to calculate the size for, these
we do immediately to avoid having to potentially load the image
data for something that may not yet be visible */
switch (gtk_image_definition_get_storage_type (self->def))