summaryrefslogtreecommitdiffstats
path: root/_blog
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-12-16 23:26:14 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-12-17 07:13:27 +0800
commit4c9bfbf32b651f54aa64c1a88b972819fddbab75 (patch)
tree2825ec43ca65b5c36323260304e9d57681ecc3b5 /_blog
parent0759546e7de6a96fda6a9a004e3f37fe2ddcb75a (diff)
downloadwww-4c9bfbf32b651f54aa64c1a88b972819fddbab75.tar.gz
Ereader and some other language fixes.
Diffstat (limited to '_blog')
-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