doc: Fix sentence
Before this commit, the sentence did not make sense. Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
3267bdc4b7
commit
698f3b1a58
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ Atomic Services
|
||||||
###############
|
###############
|
||||||
|
|
||||||
An :dfn:`atomic variable` is one that can be read and modified
|
An :dfn:`atomic variable` is one that can be read and modified
|
||||||
by threads and ISRs in an uninterruptible manner. It 32-bit on
|
by threads and ISRs in an uninterruptible manner. It is a 32-bit variable on
|
||||||
32-bit machines and 64-bit on 64-bit machines.
|
32-bit machines and a 64-bit variable on 64-bit machines.
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue