On Wed, May 26, 2021 at 11:53:45AM +0800, Zhen Lei wrote: > Fix some spelling mistakes in comments: > suspeneded ==> suspended > occuring ==> occurring > wont ==> won't > detatch ==> detach > represntation ==> representation > hexidecimal ==> hexadecimal > delimeter ==> delimiter > architecure ==> architecture > accumalator ==> accumulator > evertything ==> everything > contingous ==> contiguous > useable ==> usable > musn't ==> mustn't > alloed ==> allowed > immmediately ==> immediately > Allocted ==> Allocated > noone ==> no one > unparseable ==> unparsable > dependend ==> dependent > callled ==> called > alreay ==> already > childs ==> children > implemention ==> implementation > situration ==> situation > overriden ==> overridden > asynchonous ==> asynchronous > accumalate ==> accumulate > syncrhonized ==> synchronized > therefor ==> therefore > ther ==> their > capabilites ==> capabilities > lentgh ==> length > watchog ==> watchdog > assing ==> assign > Retun ==> Return > > Signed-off-by: Zhen Lei <thunder.leizhen@xxxxxxxxxx> > --- > kernel/acct.c | 2 +- > kernel/context_tracking.c | 2 +- > kernel/cpu.c | 2 +- > kernel/debug/debug_core.c | 2 +- > kernel/debug/kdb/kdb_main.c | 8 ++++---- > kernel/debug/kdb/kdb_private.h | 2 +- For these three files: Acked-by: Daniel Thompson <daniel.thompson@xxxxxxxxxx> Daniel.