We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc1345 commit 184fdf9Copy full SHA for 184fdf9
include/linux/seqlock.h
@@ -584,7 +584,7 @@ static inline void do_write_seqcount_end(seqcount_t *s)
584
* via WRITE_ONCE): a) to ensure the writes become visible to other threads
585
* atomically, avoiding compiler optimizations; b) to document which writes are
586
* meant to propagate to the reader critical section. This is necessary because
587
- * neither writes before and after the barrier are enclosed in a seq-writer
+ * neither writes before nor after the barrier are enclosed in a seq-writer
588
* critical section that would ensure readers are aware of ongoing writes::
589
*
590
* seqcount_t seq;
0 commit comments