aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/init.rs b/examples/init.rs
index c807a3c1..d37903ea 100644
--- a/examples/init.rs
+++ b/examples/init.rs
@@ -29,7 +29,7 @@ mod app {
let _x: &'static mut u32 = cx.local.x;
// Access to the critical section token,
- // to indicate that this is a critical seciton
+ // to indicate that this is a critical section
let _cs_token: bare_metal::CriticalSection = cx.cs;
hprintln!("init").unwrap();