From d0737f6ad5e4c01afff38adbe648ad021dec03f2 Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Sat, 2 Jun 2012 21:47:16 +0000
Subject: [PATCH] Fix AVRDUDE and BUILD build system module comments.

---
 LUFA/Build/lufa.avrdude.in | 2 +-
 LUFA/Build/lufa.build.in   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LUFA/Build/lufa.avrdude.in b/LUFA/Build/lufa.avrdude.in
index 014850453..4c0cb31e8 100644
--- a/LUFA/Build/lufa.avrdude.in
+++ b/LUFA/Build/lufa.avrdude.in
@@ -12,7 +12,7 @@ LUFA_BUILD_MANDATORY_VARS += MCU TARGET
 LUFA_BUILD_OPTIONAL_VARS  += AVRDUDE_PROGRAMMER AVRDUDE_PORT AVRDUDE_FLAGS
 
 # -----------------------------------------------------------------------------
-#               LUFA DFU Bootloader Buildsystem Makefile Module.
+#             LUFA AVRDUDE Programmer Buildsystem Makefile Module.
 # -----------------------------------------------------------------------------
 # DESCRIPTION:
 #   Provides a set of targets to re-program a device using the open source
diff --git a/LUFA/Build/lufa.build.in b/LUFA/Build/lufa.build.in
index 3b28db9ee..f77757819 100644
--- a/LUFA/Build/lufa.build.in
+++ b/LUFA/Build/lufa.build.in
@@ -12,7 +12,7 @@ LUFA_BUILD_MANDATORY_VARS += TARGET ARCH MCU SRC F_USB LUFA_PATH
 LUFA_BUILD_OPTIONAL_VARS  += BOARD OPTIMIZATION C_STANDARD CPP_STANDARD F_CPU C_FLAGS CPP_FLAGS ASM_FLAGS CC_FLAGS LD_FLAGS
 
 # -----------------------------------------------------------------------------
-#               LUFA Compiler Buildsystem Makefile Module.
+#               LUFA GCC Compiler Buildsystem Makefile Module.
 # -----------------------------------------------------------------------------
 # DESCRIPTION:
 #   Provides a set of targets to build a C, C++ and/or Assembly application
-- 
GitLab