summaryrefslogtreecommitdiff
path: root/src/home
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2023-03-07 12:51:31 +0100
committerJan Engelhardt <jengelh@inai.de>2023-03-07 13:39:31 +0100
commit18fe76eba59dc494597b07e0114899b69f92cc12 (patch)
tree82311e185b54ab6f69cc3ac7784fb23b8a11dcdd /src/home
parente6faa51a8498b36953620a37bab3ce009353c21a (diff)
downloadsystemd-18fe76eba59dc494597b07e0114899b69f92cc12.tar.gz
doc: correct wrong use "'s" contractions
Diffstat (limited to 'src/home')
-rw-r--r--src/home/homed-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/homed-manager.c b/src/home/homed-manager.c
index 76b038cadd..84b5618671 100644
--- a/src/home/homed-manager.c
+++ b/src/home/homed-manager.c
@@ -1626,7 +1626,7 @@ void manager_revalidate_image(Manager *m, Home *h) {
assert(h);
/* Frees an automatically discovered image, if it's synthetic and its image disappeared. Unmounts any
- * image if it's mounted but it's image vanished. */
+ * image if it's mounted but its image vanished. */
if (h->current_operation || !ordered_set_isempty(h->pending_operations))
return;