mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 17:01:49 +00:00
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 <alirezaarzehgar82@gmail.com>
This commit is contained in:
parent
5f5b29862f
commit
cd899c6a6f
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user