]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Makerules: Use 'original' instead of 'master' in source.
authorCarlos O'Donell <carlos@redhat.com>
Tue, 20 May 2025 11:45:21 +0000 (07:45 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Wed, 21 May 2025 16:48:04 +0000 (12:48 -0400)
Use more inclusive language in makefile source.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Makerules

index cd6c998832f1a3dcd3e03d3ef251e0a0bc417e82..7714888cdc35aa6eb36bc85e5487155980a552e6 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -1400,7 +1400,7 @@ endif
 \f
 ifneq (,$(strip $(gpl2lgpl)))
 ifneq (,$(wildcard $(..)gpl2lgpl.sed))
-# Snarf from the master source and frob the copying notice.
+# Snarf from the original source and frob the copying notice.
 $(gpl2lgpl): %: $(..)gpl2lgpl.sed /home/gd/gnu/lib/%
        sed -f $^ > $@-tmp
 # So I don't edit them by mistake.