summaryrefslogtreecommitdiffstats
path: root/_blog/arduino-due.md
diff options
context:
space:
mode:
Diffstat (limited to '_blog/arduino-due.md')
-rw-r--r--_blog/arduino-due.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_blog/arduino-due.md b/_blog/arduino-due.md
index 7c0fb12..57fa381 100644
--- a/_blog/arduino-due.md
+++ b/_blog/arduino-due.md
@@ -112,7 +112,7 @@ address of the flash. This is mandatory for ARM chips unless we relocate the
vector table using the VTOR register.
The first entry of the vector table must be the stack pointer. The stack
-pointer must be initializes to the highest memory location available to
+pointer must be initialized to the highest memory location available to
accommodate the ATSAM3X8E's descending stack.
The second entry of the vector table must be the reset vector. In the reset