From 801d566dde560a2b9cf09ff497f8237994c52f93 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Tue, 20 May 2025 07:45:20 -0400 Subject: [PATCH] gen-libm-test: Use 'original source' instead of 'master' in code. Use more inclusive language in generated sources. Reviewed-by: Florian Weimer --- math/gen-libm-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'