aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR-ATmega128-GCC/Makefile')
-rw-r--r--demos/AVR-ATmega128-GCC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/AVR-ATmega128-GCC/Makefile b/demos/AVR-ATmega128-GCC/Makefile
index 3f42dce8e..0ea8e8cff 100644
--- a/demos/AVR-ATmega128-GCC/Makefile
+++ b/demos/AVR-ATmega128-GCC/Makefile
@@ -128,7 +128,7 @@ DEBUG = dwarf-2
# List any extra directories to look for include files here.
-# Each directory must be seperated by a space.
+# Each directory must be separated by a space.
# Use forward slashes for directory separators.
# For a directory that has spaces, enclose it in quotes.
EXTRAINCDIRS = $(PORTINC) $(KERNINC) $(TESTINC) \
@@ -254,7 +254,7 @@ MATH_LIB = -lm
# List any extra directories to look for libraries here.
-# Each directory must be seperated by a space.
+# Each directory must be separated by a space.
# Use forward slashes for directory separators.
# For a directory that has spaces, enclose it in quotes.
EXTRALIBDIRS =