mirror of
https://github.com/ipxe/ipxe
synced 2026-01-03 02:13:23 +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
@@ -107,7 +107,7 @@ typedef unsigned long int dword;
|
||||
#define RPC_LED_10 (0x02) // LED = 10Mbps link detect
|
||||
#define RPC_LED_FD (0x03) // LED = Full Duplex Mode
|
||||
#define RPC_LED_TX_RX (0x04) // LED = TX or RX packet occurred
|
||||
#define RPC_LED_100 (0x05) // LED = 100Mbps link dectect
|
||||
#define RPC_LED_100 (0x05) // LED = 100Mbps link detect
|
||||
#define RPC_LED_TX (0x06) // LED = TX packet occurred
|
||||
#define RPC_LED_RX (0x07) // LED = RX packet occurred
|
||||
#define RPC_DEFAULT (RPC_ANEG | (RPC_LED_100 << RPC_LSXA_SHFT) | (RPC_LED_FD << RPC_LSXB_SHFT) | RPC_SPEED | RPC_DPLX)
|
||||
@@ -125,7 +125,7 @@ typedef unsigned long int dword;
|
||||
#define RPC_LED_10 (0x02) // LED = 10Mbps link detect
|
||||
#define RPC_LED_FD (0x03) // LED = Full Duplex Mode
|
||||
#define RPC_LED_TX_RX (0x04) // LED = TX or RX packet occurred
|
||||
#define RPC_LED_100 (0x05) // LED = 100Mbps link dectect
|
||||
#define RPC_LED_100 (0x05) // LED = 100Mbps link detect
|
||||
#define RPC_LED_TX (0x06) // LED = TX packet occurred
|
||||
#define RPC_LED_RX (0x07) // LED = RX packet occurred
|
||||
#define RPC_DEFAULT (RPC_ANEG | (RPC_LED_100 << RPC_LSXA_SHFT) | (RPC_LED_FD << RPC_LSXB_SHFT) | RPC_SPEED | RPC_DPLX)
|
||||
|
||||
Reference in New Issue
Block a user