mirror of git://sourceware.org/git/glibc.git
gen-libm-test: Use 'original source' instead of 'master' in code.
Use more inclusive language in generated sources. Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
parent
37a32c243f
commit
801d566dde
|
|
@ -197,7 +197,7 @@ class Ulps(object):
|
||||||
"""Write header file with ulps data."""
|
"""Write header file with ulps data."""
|
||||||
header_text_1 = ('/* This file is automatically generated\n'
|
header_text_1 = ('/* This file is automatically generated\n'
|
||||||
' from %s with gen-libm-test.py.\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'
|
'files. */\n\n'
|
||||||
'struct ulp_data\n'
|
'struct ulp_data\n'
|
||||||
'{\n'
|
'{\n'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue