aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/interrupts.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/interrupts.dox')
-rw-r--r--docs/src/interrupts.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/interrupts.dox b/docs/src/interrupts.dox
index 679eb8884..d2dfb70b5 100644
--- a/docs/src/interrupts.dox
+++ b/docs/src/interrupts.dox
@@ -20,7 +20,7 @@
/**
* @page article_interrupts Writing interrupt handlers under ChibiOS/RT
* @{
- * Since version 1.1.0 ChbiOS/RT offers a cross-platform system for writing
+ * Since version 1.1.0 ChibiOS/RT offers a cross-platform method for writing
* interrupt handlers. Port-related and compiler-related details are
* encapsulated within standard system macros.<br>
* An interrupt handler assumes the following general form: