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 9ebcfad commit 7fef6cfCopy full SHA for 7fef6cf
kernel/rcu/srcutree.c
@@ -766,7 +766,7 @@ static void srcu_flip(struct srcu_struct *ssp)
766
* it, if this function was preempted for enough time for the counters
767
* to wrap, it really doesn't matter whether or not we expedite the grace
768
* period. The extra overhead of a needlessly expedited grace period is
769
- * negligible when amoritized over that time period, and the extra latency
+ * negligible when amortized over that time period, and the extra latency
770
* of a needlessly non-expedited grace period is similarly negligible.
771
*/
772
static bool srcu_might_be_idle(struct srcu_struct *ssp)
0 commit comments