From d0700685741e668a25a4cc1e2ce1994377dd42b4 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 24 Dec 2012 09:47:46 +0100 Subject: Spelling fixes in comments and debug messages Most of these errors were found by codespell: controler -> controller appropiate -> appropriate devide -> divide comming -> coming seperate -> separate reponsible -> responsible initialization -> initialization successfull -> successful whithin -> within recieve -> receive wich -> which occurence -> occurrence beggining -> beginning accessable -> accessible proccess -> process succesfuly -> successfully immediatly -> immediately prefered -> preferred avaliable -> available threshhold -> threshold statistsics -> statistics endianess -> endianness positon -> position writen -> written occurence -> occurrence upto -> up to overwriten -> overwritten availabe -> available enviroment -> environment intruction -> instruction thru -> through substract -> subtract occured -> occurred begining -> beginning lenght -> length atributes -> attributes preceeding -> preceding defintion -> definition decriptor -> descriptor Signed-off-by: Stefan Weil Signed-off-by: Nikunj A Dadhania --- llfw/nvramlog.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llfw') diff --git a/llfw/nvramlog.S b/llfw/nvramlog.S index eb14c95..3ad2de7 100644 --- a/llfw/nvramlog.S +++ b/llfw/nvramlog.S @@ -109,7 +109,7 @@ ASM_ENTRY(checkLogHeaderData) ASM_ENTRY(.checkLogPartition) mflr r8 mr r4, r3 // emulate "bl updateCRC_NVRAM" - li r3, 0 // with successfull CRC check + li r3, 0 // with successful CRC check li r7, 0 cmpwi 7, r3, 0 beq+ 7, 0f -- cgit v1.1