From: Carlos O'Donell Date: Tue, 20 May 2025 11:45:20 +0000 (-0400) Subject: gen-libm-test: Use 'original source' instead of 'master' in code. X-Git-Tag: glibc-2.42~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=801d566dde560a2b9cf09ff497f8237994c52f93;p=thirdparty%2Fglibc.git gen-libm-test: Use 'original source' instead of 'master' in code. Use more inclusive language in generated sources. Reviewed-by: Florian Weimer --- diff --git a/math/gen-libm-test.py b/math/gen-libm-test.py index a76fe873a2..1abc7fb35d 100755 --- a/math/gen-libm-test.py +++ b/math/gen-libm-test.py @@ -197,7 +197,7 @@ class Ulps(object): """Write header file with ulps data.""" header_text_1 = ('/* This file is automatically generated\n' ' from %s with gen-libm-test.py.\n' - ' Don\'t change it - change instead the master ' + ' Don\'t change it - change the original source ' 'files. */\n\n' 'struct ulp_data\n' '{\n'