summaryrefslogtreecommitdiffstats
path: root/Documentation/Changes
diff options
context:
space:
mode:
authorKevin <kevin@stealsyour.pw>2014-12-22 20:00:36 -0500
committerJonathan Corbet <corbet@lwn.net>2014-12-29 15:33:17 -0700
commitbf5777bcdc540661f2f5d531a13e4e9c9fb7ee22 (patch)
treeba1b8310a2ab706e1bd2bdeb371a3e624ed79fe2 /Documentation/Changes
parent2cd14f5da6579175f387f93c0561918647a3b6c6 (diff)
downloadlinux-0-day-bf5777bcdc540661f2f5d531a13e4e9c9fb7ee22.tar.gz
linux-0-day-bf5777bcdc540661f2f5d531a13e4e9c9fb7ee22.tar.xz
Documentation: GNU is frequently spelled Gnu
The official spelling of GNU is GNU and not Gnu. Bug 89551 https://bugzilla.kernel.org/show_bug.cgi?id=89551 Signed-off-by: Kevin Law <kevin@stealsyour.pw> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/Changes')
-rw-r--r--Documentation/Changes6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/Changes b/Documentation/Changes
index 74bdda9272a43..646cdaa6e9d13 100644
--- a/Documentation/Changes
+++ b/Documentation/Changes
@@ -21,8 +21,8 @@ running a Linux kernel. Also, not all tools are necessary on all
systems; obviously, if you don't have any ISDN hardware, for example,
you probably needn't concern yourself with isdn4k-utils.
-o Gnu C 3.2 # gcc --version
-o Gnu make 3.80 # make --version
+o GNU C 3.2 # gcc --version
+o GNU make 3.80 # make --version
o binutils 2.12 # ld -v
o util-linux 2.10o # fdformat --version
o module-init-tools 0.9.10 # depmod -V
@@ -57,7 +57,7 @@ computer.
Make
----
-You will need Gnu make 3.80 or later to build the kernel.
+You will need GNU make 3.80 or later to build the kernel.
Binutils
--------