aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.