]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: fix typo: they -> the
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 30 Aug 2021 11:34:48 +0000 (20:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 30 Aug 2021 13:25:54 +0000 (22:25 +0900)
src/core/manager.c

index 63679268fb0b55c5bb187f850554b0e10937396c..b767b0ee6c5eae0c32a289c641f52f74b8917ba3 100644 (file)
@@ -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. */