]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nss-systemd: fix typo in comment
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sat, 27 Dec 2025 14:29:33 +0000 (15:29 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 27 Dec 2025 15:28:25 +0000 (16:28 +0100)
"likely" should be "like" in this context.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
src/nss-systemd/userdb-glue.c

index 8e2d828be02bcf91c57a1b05810cf80d1c5af3f8..70f0ecfbd5f4c1c878309ce754512ba0d5a9cdd6 100644 (file)
@@ -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);