mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
[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 <sw@weilnetz.de> Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
717279a294
commit
3fcb8cf8dc
@@ -64,7 +64,7 @@ enum epic100_registers {
|
||||
#define INTR_RX_STATUS_OK (0x00008000) /* rx status valid. NI */
|
||||
#define INTR_PCI_TGT_ABT (0x00004000) /* PCI Target abort */
|
||||
#define INTR_PCI_MASTER_ABT (0x00002000) /* PCI Master abort */
|
||||
#define INTR_PCI_PARITY_ERR (0x00001000) /* PCI adress parity error */
|
||||
#define INTR_PCI_PARITY_ERR (0x00001000) /* PCI address parity error */
|
||||
#define INTR_PCI_DATA_ERR (0x00000800) /* PCI data parity error */
|
||||
#define INTR_RX_THR_CROSSED (0x00000400) /* rx copy threshold crossed */
|
||||
#define INTR_CNTFULL (0x00000200) /* Counter overflow */
|
||||
|
||||
Reference in New Issue
Block a user