aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKier Davis <kierdavis@gmail.com>2018-01-24 22:10:27 +0000
committerKier Davis <kierdavis@gmail.com>2018-01-24 22:12:01 +0000
commitb4c381c4b75595d78b4a45b60770d3ebf9b7ab81 (patch)
tree1255cf39a544169a60fcbbcbf1335f1bbf07e061
parent5869c98344c7d449a55fa389529252613fb0df2b (diff)
Fix typo in arduino-mk-vars.md
-rw-r--r--arduino-mk-vars.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/arduino-mk-vars.md b/arduino-mk-vars.md
index d19d3d6..b86496a 100644
--- a/arduino-mk-vars.md
+++ b/arduino-mk-vars.md
@@ -1044,7 +1044,7 @@ ASFLAGS += -my-as-only-flag
**Description:**
-Flags passed to the C pre-processor (for C, C++ and assembly source flies). Add
+Flags passed to the C pre-processor (for C, C++ and assembly source files). Add
more flags to this variable using `+=`.
Defaults to all flags required for a typical build.