aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-11-11 17:13:45 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2019-11-11 17:13:45 +0100
commit30b44ef0b1177d13dd4f58c47979e7a6e598d81a (patch)
treed260061817e37311fe6df9728d922dea1d0ec8fc
parentd8f1f7bcd7faa25410cfc57035a94f9fabd7d562 (diff)
downloadrpi-MMU-example-30b44ef0b1177d13dd4f58c47979e7a6e598d81a.tar.gz
rpi-MMU-example-30b44ef0b1177d13dd4f58c47979e7a6e598d81a.zip
fix typo in comment
-rw-r--r--psr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/psr.h b/psr.h
index 9a3caa9..6a9d3ea 100644
--- a/psr.h
+++ b/psr.h
@@ -77,7 +77,7 @@ inline static void set_system_mode(void)
// compilation with optimizations
volatile PSR_t CPSR __attribute__((unused)) = read_CPSR();
- //// this is 2 ways of changing mode, both with the same
+ //// there are 2 ways of changing mode, both with the same
//// problem (see the long comment below)
//// way 1