Skip to content

Commit dd1fb68

Browse files
n8tlarsenAfoHT
andauthored
Possessive its
Co-authored-by: Henrik Tjäder <[email protected]>
1 parent c688b60 commit dd1fb68

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
@@ -53,7 +53,7 @@ showing two tasks A and B where A has higher priority but shares a resource with
5353
At time *t1*, task B locks the shared resource by selectively disabling all other tasks which share
5454
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
56-
pending through an interrupt condition, but does not yet preempt task B even though it's priority is
56+
pending through an interrupt condition, but does not yet preempt task B even though its priority is
5757
greater. This is because the NVIC is preventing it from starting due to task A's source mask being
5858
disabled. At time *t3*, task B releases the lock by re-enabling the tasks in the NVIC. Because
5959
task A was pending and has a higher priority than task B, it immediately preempts task B and is

0 commit comments

Comments
 (0)