summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-08-30 20:34:48 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-08-30 22:25:54 +0900
commit827d1ba7304600b0272583818f479bdbd5e45493 (patch)
treed6521d4080e1203ec6ce0040020e098786853586
parentaecc04f1800c87e0479e74e0225e288a403ba77e (diff)
downloadsystemd-827d1ba7304600b0272583818f479bdbd5e45493.tar.gz
core: fix typo: they -> the
-rw-r--r--src/core/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/manager.c b/src/core/manager.c
index 63679268fb..b767b0ee6c 100644
--- a/src/core/manager.c
+++ b/src/core/manager.c
@@ -4115,7 +4115,7 @@ static void manager_unref_uid_internal(
/* A generic implementation, covering both manager_unref_uid() and manager_unref_gid(), under the assumption
* that uid_t and gid_t are actually defined the same way, with the same validity rules.
*
- * We store a hashmap where the UID/GID is they key and the value is a 32bit reference counter, whose highest
+ * We store a hashmap where the key is the UID/GID and the value is a 32bit reference counter, whose highest
* bit is used as flag for marking UIDs/GIDs whose IPC objects to remove when the last reference to the UID/GID
* is dropped. The flag is set to on, once at least one reference from a unit where RemoveIPC= is set is added
* on a UID/GID. It is reset when the UID's/GID's reference counter drops to 0 again. */