aboutsummaryrefslogtreecommitdiff
path: root/macros/src/tests/single.rs
diff options
context:
space:
mode:
Diffstat (limited to 'macros/src/tests/single.rs')
-rw-r--r--macros/src/tests/single.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/src/tests/single.rs b/macros/src/tests/single.rs
index 6d4fb23a..d6693882 100644
--- a/macros/src/tests/single.rs
+++ b/macros/src/tests/single.rs
@@ -15,7 +15,7 @@ fn analyze() {
#[task(priority = 2)]
fn b(_: b::Context) {}
- // first interrupt is assigned to the highest priority dispatcher
+ // First interrupt is assigned to the highest priority dispatcher
extern "C" {
fn B();
fn A();