From 11a416e9e996453fe08e2eea468d2c3c48a719d4 Mon Sep 17 00:00:00 2001 From: Sudar Date: Thu, 6 Jun 2013 07:56:08 +0530 Subject: Fixed some typos in comments --- arduino-mk/Arduino.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'arduino-mk/Arduino.mk') diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index 8eddb14..039365a 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -249,7 +249,7 @@ endif ######################################################################## # -# Default TARGET to cwd (ex Daniele Vergini) +# Default TARGET to pwd (ex Daniele Vergini) ifndef TARGET TARGET = $(notdir $(CURDIR)) endif @@ -808,11 +808,11 @@ endif all: $(TARGET_EEP) $(TARGET_HEX) verify_size -# Rule to create $(OBJDIR) automaticallly. All rules with recipes that +# Rule to create $(OBJDIR) automatically. All rules with recipes that # create a file within it, but do not already depend on a file within it # should depend on this rule. They should use a "order-only -# prerequisite" (e.g., put "| $(OBJDIR)" at the end of the prequisite -# list) to prevent remaking the target when any file in th directory +# prerequisite" (e.g., put "| $(OBJDIR)" at the end of the prerequisite +# list) to prevent remaking the target when any file in the directory # changes. $(OBJDIR): mkdir $(OBJDIR) -- cgit v1.2.3