]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nss_test1: Use 'parametrized template' instead of 'master' in comment.
authorCarlos O'Donell <carlos@redhat.com>
Tue, 20 May 2025 11:45:19 +0000 (07:45 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Wed, 21 May 2025 16:47:54 +0000 (12:47 -0400)
Use more inclusive language in code comments.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
nss/nss_test1.c

index f023f464ac62d6019f823c5c968648b2648e6c37..b715bc3a7c2f6f34324ad0eef888a266efc446c9 100644 (file)
@@ -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