From 3fcb8cf8dceb45f8b01e1d69d43cfd99df43b78a Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 3 Jan 2013 15:12:32 +0000 Subject: [src] Fix spelling in comments, debug messages and local variable names Fixes in comments and debug messages: existance -> existence unecessary -> unnecessary occured -> occurred decriptor -> descriptor neccessary -> necessary addres, adress -> address initilize -> initialize sucessfully -> successfully paramter -> parameter acess -> access upto -> up to likelyhood ->likelihood thru -> through substracting -> subtracting lenght -> length isnt -> isn't interupt -> interrupt publically -> publicly (this one was not wrong, but unusual) recieve -> receive accessable -> accessible seperately -> separately pacet -> packet controled -> controlled dectect -> detect indicies -> indices extremly -> extremely boundry -> boundary usefull -> useful unuseable -> unusable auxilliary -> auxiliary embeded -> embedded enviroment -> environment sturcture -> structure complier -> compiler constructes -> constructs supress -> suppress intruduced -> introduced compatability -> compatibility verfication -> verification ths -> the reponse -> response Fixes in local variable names: retreive -> retrieve Most of these fixes were made using codespell. Signed-off-by: Stefan Weil Modified-by: Michael Brown Signed-off-by: Michael Brown --- src/drivers/net/3c509.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/net/3c509.h') diff --git a/src/drivers/net/3c509.h b/src/drivers/net/3c509.h index f030d4ba4..25e4a88d8 100644 --- a/src/drivers/net/3c509.h +++ b/src/drivers/net/3c509.h @@ -77,7 +77,7 @@ FILE_LICENCE ( BSD3 ); /************************************************************************** * * These define the EEPROM data structure. They are used in the probe - * function to verify the existance of the adapter after having sent + * function to verify the existence of the adapter after having sent * the ID_Sequence. * * There are others but only the ones we use are defined here. -- cgit v1.2.3-55-g7522