From cd899c6a6f1a96f27e291a74d2c0c1c80adb371a Mon Sep 17 00:00:00 2001 From: alireza Date: Mon, 18 Jul 2022 19:32:17 +0430 Subject: [PATCH] doc: Remove extra "in" from document On line 16 of this file following sentence has a typo. > * once done, the updated copy is swapped in in a single Remove unused "in" from document. Signed-off-by: alireza --- doc/developer/rcu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer/rcu.rst b/doc/developer/rcu.rst index c8248194b7..ac4405121e 100644 --- a/doc/developer/rcu.rst +++ b/doc/developer/rcu.rst @@ -13,7 +13,7 @@ operation (and not a set of APIs.) The core ideas are: "invisible" copies. Other threads, when they access the structure, see an older (but consistent) copy. -* once done, the updated copy is swapped in in a single operation so that +* once done, the updated copy is swapped in a single operation so that other threads see either the old or the new data but no inconsistent state between.