Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kevin and committed by
Jonathan Corbet
bf5777bc 2cd14f5d

+3 -3
+3 -3
Documentation/Changes
··· 21 21 systems; obviously, if you don't have any ISDN hardware, for example, 22 22 you probably needn't concern yourself with isdn4k-utils. 23 23 24 - o Gnu C 3.2 # gcc --version 25 - o Gnu make 3.80 # make --version 24 + o GNU C 3.2 # gcc --version 25 + o GNU make 3.80 # make --version 26 26 o binutils 2.12 # ld -v 27 27 o util-linux 2.10o # fdformat --version 28 28 o module-init-tools 0.9.10 # depmod -V ··· 57 57 Make 58 58 ---- 59 59 60 - You will need Gnu make 3.80 or later to build the kernel. 60 + You will need GNU make 3.80 or later to build the kernel. 61 61 62 62 Binutils 63 63 --------