From: Ethon Paul Date: Sat, 18 Apr 2020 11:46:47 +0000 (+0800) Subject: srcu: Fix a typo in comment "amoritized"->"amortized" X-Git-Tag: v5.9-rc1~204^2^2^6~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7fef6cff8f2814bf8eb632e2bb8f0a987ffd9ece;p=thirdparty%2Fkernel%2Flinux.git srcu: Fix a typo in comment "amoritized"->"amortized" This commit fixes a typo in a comment. Signed-off-by: Ethon Paul Signed-off-by: Paul E. McKenney --- diff --git a/kernel/rcu/srcutree.c b/kernel/rcu/srcutree.c index 6d3ef700fb0e1..8ff71e5d0fe8b 100644 --- a/kernel/rcu/srcutree.c +++ b/kernel/rcu/srcutree.c @@ -766,7 +766,7 @@ static void srcu_flip(struct srcu_struct *ssp) * it, if this function was preempted for enough time for the counters * to wrap, it really doesn't matter whether or not we expedite the grace * period. The extra overhead of a needlessly expedited grace period is - * negligible when amoritized over that time period, and the extra latency + * negligible when amortized over that time period, and the extra latency * of a needlessly non-expedited grace period is similarly negligible. */ static bool srcu_might_be_idle(struct srcu_struct *ssp)