From 698f3b1a58903238d945ccc3c3600b51f9e257b2 Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Mon, 8 Jan 2024 17:21:53 +0100 Subject: [PATCH] doc: Fix sentence Before this commit, the sentence did not make sense. Signed-off-by: Reto Schneider --- doc/kernel/services/other/atomic.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/kernel/services/other/atomic.rst b/doc/kernel/services/other/atomic.rst index 6d739209ae6..3e589a4cad3 100644 --- a/doc/kernel/services/other/atomic.rst +++ b/doc/kernel/services/other/atomic.rst @@ -4,8 +4,8 @@ Atomic Services ############### An :dfn:`atomic variable` is one that can be read and modified -by threads and ISRs in an uninterruptible manner. It 32-bit on -32-bit machines and 64-bit on 64-bit machines. +by threads and ISRs in an uninterruptible manner. It is a 32-bit variable on +32-bit machines and a 64-bit variable on 64-bit machines. .. contents:: :local: