summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/recent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/recent.c b/ui/recent.c
index d8af54b353..80860a60cf 100644
--- a/ui/recent.c
+++ b/ui/recent.c
@@ -157,7 +157,7 @@ write_recent_geom(gpointer key _U_, gpointer value, gpointer rf)
* the window name is the key, and the geometry struct is the value */
static GHashTable *window_geom_hash = NULL;
-/* save the window and it's current geometry into the geometry hashtable */
+/* save the window and its current geometry into the geometry hashtable */
void
window_geom_save(const gchar *name, window_geometry_t *geom)
{