Skip to content

Commit c688b60

Browse files
n8tlarsenAfoHT
andauthored
typo
Co-authored-by: Henrik Tjäder <[email protected]>
1 parent 70ebcc4 commit c688b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/en/src/internals/targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ showing two tasks A and B where A has higher priority but shares a resource with
5151
```
5252

5353
At time *t1*, task B locks the shared resource by selectively disabling all other tasks which share
54-
the resource using the NVIC. In effect this raisis the virtual priority ceiling. Task A is one such
54+
the resource using the NVIC. In effect this raises the virtual priority ceiling. Task A is one such
5555
task that shares resources with task B. At time *t2*, task A is either spawned by task B or becomes
5656
pending through an interrupt condition, but does not yet preempt task B even though it's priority is
5757
greater. This is because the NVIC is preventing it from starting due to task A's source mask being

0 commit comments

Comments
 (0)