summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/shared/userdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/userdb.c b/src/shared/userdb.c
index de7eef687e..aa55cc00ae 100644
--- a/src/shared/userdb.c
+++ b/src/shared/userdb.c
@@ -469,7 +469,7 @@ static int userdb_start_query(
streq(de->d_name, "io.systemd.DynamicUser"))
continue;
- /* Avoid NSS is this is requested. Note that we also skip NSS when we were asked to skip the
+ /* Avoid NSS if this is requested. Note that we also skip NSS when we were asked to skip the
* multiplexer, since in that case it's safer to do NSS in the client side emulation below
* (and when we run as part of systemd-userdbd.service we don't want to talk to ourselves
* anyway). */