aboutsummaryrefslogtreecommitdiff
path: root/arduino-mk/Arduino.mk
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-06 07:56:08 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-06 07:56:08 +0530
commit11a416e9e996453fe08e2eea468d2c3c48a719d4 (patch)
tree7a0351917797baca08f66960dd24627ede89d3d2 /arduino-mk/Arduino.mk
parent722238b95ed19e24fae9281bcbb32431424d1c59 (diff)
Fixed some typos in comments
Diffstat (limited to 'arduino-mk/Arduino.mk')
-rw-r--r--arduino-mk/Arduino.mk8
1 files changed, 4 insertions, 4 deletions
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)