From 0afbf1a8aacaa466f61678636f9bc917c45d4279 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Sat, 27 Dec 2025 15:29:33 +0100 Subject: [PATCH] nss-systemd: fix typo in comment "likely" should be "like" in this context. Signed-off-by: Tobias Stoeckmann --- src/nss-systemd/userdb-glue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nss-systemd/userdb-glue.c b/src/nss-systemd/userdb-glue.c index 8e2d828be02..70f0ecfbd5f 100644 --- a/src/nss-systemd/userdb-glue.c +++ b/src/nss-systemd/userdb-glue.c @@ -315,7 +315,7 @@ enum nss_status userdb_getgrnam( * accessible via non-NSS. Hence let's do what we have to do, and query NSS after all to * acquire it, so that we can extend it (that's because glibc's group merging feature will * merge groups only if both GID and name match and thus we need to have both first). It - * sucks behaving recursively likely this, but it's apparently what everybody does. We break + * sucks behaving recursively like this, but it's apparently what everybody does. We break * the recursion for ourselves via the _nss_systemd_block_nss() lock. */ r = _nss_systemd_block(true); -- 2.47.3