m68k: nommu: Fix misspellings of "DragonEngine"
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 19 Dec 2022 13:40:29 +0000 (14:40 +0100)
committerGreg Ungerer <gerg@linux-m68k.org>
Sun, 12 Feb 2023 22:56:39 +0000 (08:56 +1000)
Exys produced the "DragonEngine II" board.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/68000/dragen2.c
arch/m68k/Kconfig.machine

index 1a57eff28cfe5f9c641ab58c934b9b7e8bbd3586..7f1804e31a0622eb7b0d1b1e1e815fbc28ae20a3 100644 (file)
@@ -15,7 +15,7 @@
 #include "screen.h"
 
 /***************************************************************************/
-/*                        Init Drangon Engine hardware                     */
+/*                        Init Dragon Engine II hardware                   */
 /***************************************************************************/
 
 static void dragen2_reset(void)
index b7a70297fbc1a5a6e1b5ee09a18260e75dbade6e..e2f961208f18bec599c6712bacd7393182a6e9f6 100644 (file)
@@ -199,11 +199,11 @@ config UCDIMM
          Support for the Arcturus Networks uCdimm module.
 
 config DRAGEN2
-       bool "DragenEngine II board support"
+       bool "DragonEngine II board support"
        depends on !MMU
        select M68VZ328
        help
-         Support for the DragenEngine II board.
+         Support for the DragonEngine II board.
 
 config DIRECT_IO_ACCESS
        bool "Allow user to access IO directly"