diff options
Diffstat (limited to 'math/gen-libm-test.py')
-rwxr-xr-x | math/gen-libm-test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gen-libm-test.py b/math/gen-libm-test.py index a76fe87..1abc7fb 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' |