Skip to content

Commit 1b98b7c

Browse files
rddunlappaulmckrcu
authored andcommitted
doc: Drop doubled words from RCU Data-Structures.rst
Drop the doubled word "the". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: "Paul E. McKenney" <paulmck@kernel.org> Cc: Josh Triplett <josh@joshtriplett.org> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Cc: Lai Jiangshan <jiangshanlai@gmail.com> Cc: Joel Fernandes <joel@joelfernandes.org> Cc: rcu@vger.kernel.org Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
1 parent 77f8086 commit 1b98b7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/RCU/Design/Data-Structures/Data-Structures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ exit and perhaps also vice versa. Therefore, whenever the
963963
``->dynticks_nesting`` field is incremented up from zero, the
964964
``->dynticks_nmi_nesting`` field is set to a large positive number, and
965965
whenever the ``->dynticks_nesting`` field is decremented down to zero,
966-
the the ``->dynticks_nmi_nesting`` field is set to zero. Assuming that
966+
the ``->dynticks_nmi_nesting`` field is set to zero. Assuming that
967967
the number of misnested interrupts is not sufficient to overflow the
968968
counter, this approach corrects the ``->dynticks_nmi_nesting`` field
969969
every time the corresponding CPU enters the idle loop from process

0 commit comments

Comments
 (0)