aboutsummaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2025-05-20 07:45:19 -0400
committerCarlos O'Donell <carlos@redhat.com>2025-05-21 12:47:54 -0400
commit37a32c243f00771baee9a75b5b57dc1e74862e9e (patch)
tree9acef475b5a56e67cc25dd832969afc691799905 /nss
parent6a9df2a4032f3c4cffd0ad6557edcfbb7692acb1 (diff)
downloadglibc-37a32c243f00771baee9a75b5b57dc1e74862e9e.zip
glibc-37a32c243f00771baee9a75b5b57dc1e74862e9e.tar.gz
glibc-37a32c243f00771baee9a75b5b57dc1e74862e9e.tar.bz2
nss_test1: Use 'parametrized template' instead of 'master' in comment.
Use more inclusive language in code comments. Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'nss')
-rw-r--r--nss/nss_test1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nss/nss_test1.c b/nss/nss_test1.c
index f023f46..b715bc3 100644
--- a/nss/nss_test1.c
+++ b/nss/nss_test1.c
@@ -28,9 +28,9 @@
to test known bad data. */
#define alloc_buffer_maybe_copy_string(b,s) s ? alloc_buffer_copy_string (b, s) : NULL;
-/* This file is the master template. Other instances of this test
- module should define NAME(x) to have their name instead of "test1",
- then include this file.
+/* This file is both a standalone test and a parametrized template.
+ Other instances of this test module should define NAME(x) to have
+ their name instead of "test1", then include this file.
*/
#define NAME_(x,n) _nss_##n##_##x
#ifndef NAME