diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-01-08 19:16:36 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:33:28 +0100 |
| commit | 9a67f00a30f14df3b9635913f728afd0b40c138d (patch) | |
| tree | b27a12609b9b09b8b90dcad70da7ac289427c73f /examples | |
| parent | cbe592688047e41ebfd0f15e7bf5799f81bfcd4a (diff) | |
Fix typos
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/init.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/init.rs b/examples/init.rs index c807a3c..d37903e 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(); |
