From d2d240ff89b4d3359ea70cdb47d3e79294ca891a Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Sat, 23 Nov 2024 13:07:38 +0100 Subject: [sim] Run spellcheck.sh in sim (part 1) Run gdb/contrib/spellcheck.sh on directory sim. Fix auto-corrected typos: ... accessable -> accessible accidently -> accidentally accomodate -> accommodate adress -> address afair -> affair agains -> against agressively -> aggressively annuled -> annulled arbitary -> arbitrary arround -> around auxillary -> auxiliary availablity -> availability clasic -> classic comming -> coming controled -> controlled controling -> controlling destory -> destroy existance -> existence explictly -> explicitly faciliate -> facilitate fouth -> fourth fullfilled -> fulfilled guarentee -> guarantee hinderance -> hindrance independant -> independent inital -> initial loosing -> losing occurance -> occurrence occured -> occurred occuring -> occurring omited -> omitted oportunity -> opportunity parallely -> parallelly permissable -> permissible postive -> positive powerfull -> powerful preceed -> precede preceeding -> preceding preceeds -> precedes primative -> primitive probaly -> probably programable -> programmable propogate -> propagate propper -> proper recieve -> receive reconized -> recognized refered -> referred refering -> referring relevent -> relevant responisble -> responsible retreive -> retrieve safty -> safety specifiying -> specifying spontanous -> spontaneous sqaure -> square successfull -> successful supress -> suppress sytem -> system thru -> through transfered -> transferred trigered -> triggered unfortunatly -> unfortunately upto -> up to usefull -> useful wierd -> weird writen -> written doesnt -> doesn't isnt -> isn't ... Manually undid the "andd -> and" transformation in sim/testsuite/cr16/andd.cgs and sim/cr16/simops.c. Tested by rebuilding on x86_64-linux. Approved-By: Tom Tromey --- sim/ppc/psim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sim/ppc/psim.c') diff --git a/sim/ppc/psim.c b/sim/ppc/psim.c index 3b86b86..b2fff6a 100644 --- a/sim/ppc/psim.c +++ b/sim/ppc/psim.c @@ -445,7 +445,7 @@ psim_create(const char *file_name, os_emulation = os_emul_create(file_name, root); if (os_emulation == NULL) - error("psim: either file %s was not reconized or unreconized or unknown os-emulation type\n", file_name); + error("psim: either file %s was not recognized or unreconized or unknown os-emulation type\n", file_name); /* fill in the missing real number of CPU's */ nr_cpus = tree_find_integer_property(root, "/openprom/options/smp"); @@ -991,7 +991,7 @@ psim_write_register(psim *system, processor = system->processors[which_cpu]; - /* If the data is comming in raw (target order), need to cook it + /* If the data is coming in raw (target order), need to cook it into host order before putting it into PSIM's internal structures */ if (mode == raw_transfer) { switch (description.size) { -- cgit v1.1