summaryrefslogtreecommitdiff
path: root/src/core/manager.h
diff options
context:
space:
mode:
authorEmily Gonyer <emilyyrose@gmail.com>2021-11-12 10:09:56 -0500
committerGitHub <noreply@github.com>2021-11-12 16:09:56 +0100
commitbe7148ebed5d73c4a76bc6089ebe2e82d8fa33e0 (patch)
tree486a69329b28cd736e028c1a4f00099d8749a2ec /src/core/manager.h
parentb0c4b2824693fe6a27ea9439ec7a6328a0e23704 (diff)
downloadsystemd-be7148ebed5d73c4a76bc6089ebe2e82d8fa33e0.tar.gz
Change gendered terms to be gender-neutral (#21325)
Some typos are also fixed.
Diffstat (limited to 'src/core/manager.h')
-rw-r--r--src/core/manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/manager.h b/src/core/manager.h
index c9230cb5c4..a6b27c3777 100644
--- a/src/core/manager.h
+++ b/src/core/manager.h
@@ -195,7 +195,7 @@ struct Manager {
sd_event *event;
- /* This maps PIDs we care about to units that are interested in. We allow multiple units to he interested in
+ /* This maps PIDs we care about to units that are interested in. We allow multiple units to be interested in
* the same PID and multiple PIDs to be relevant to the same unit. Since in most cases only a single unit will
* be interested in the same PID we use a somewhat special encoding here: the first unit interested in a PID is
* stored directly in the hashmap, keyed by the PID unmodified. If there are other units interested too they'll