aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-19 15:28:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-19 15:28:34 +0000
commit3f200660f67fa674ef388ed3b507e29f71a2c462 (patch)
treecccd76cc40d10508cd680598b099561066cfb028 /docs
parent79089d6352e01e1e7c6c3f0a88266abbc9af6abb (diff)
downloadChibiOS-3f200660f67fa674ef388ed3b507e29f71a2c462.tar.gz
ChibiOS-3f200660f67fa674ef388ed3b507e29f71a2c462.tar.bz2
ChibiOS-3f200660f67fa674ef388ed3b507e29f71a2c462.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@645 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-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 8c61eaa6e..2a14bd6aa 100644
--- a/docs/src/interrupts.dox
+++ b/docs/src/interrupts.dox
@@ -12,7 +12,7 @@ CH_IRQ_HANDLER(myIRQ) {
// IRQ handling code, preemptable if the architecture supports it.
chSysLockI();
- // Invocation of some I-Class system API, never preemptable.
+ // Invocation of some I-Class system APIs, never preemptable.
chSysUnlockI().
// More IRQ handling code, again preemptable.