From: Carlos O'Donell Date: Tue, 20 May 2025 11:45:19 +0000 (-0400) Subject: nss_test1: Use 'parametrized template' instead of 'master' in comment. X-Git-Tag: glibc-2.42~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37a32c243f00771baee9a75b5b57dc1e74862e9e;p=thirdparty%2Fglibc.git nss_test1: Use 'parametrized template' instead of 'master' in comment. Use more inclusive language in code comments. Reviewed-by: Florian Weimer --- diff --git a/nss/nss_test1.c b/nss/nss_test1.c index f023f464ac..b715bc3a7c 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