[ipxe-devel] [PATCH] [src] Fix spelling in comments, debug messages and local variable names
Stefan Weil
sw at weilnetz.de
Tue Jan 1 20:19:06 UTC 2013
Most of these fixes were made using codespell.
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
Signed-off-by: Stefan Weil <sw at weilnetz.de>
---
src/drivers/net/3c509.h | 2 +-
src/drivers/net/3c515.c | 2 +-
src/drivers/net/3c595.c | 2 +-
src/drivers/net/amd8111e.h | 2 +-
src/drivers/net/cs89x0.c | 2 +-
src/drivers/net/davicom.c | 8 ++++----
src/drivers/net/dmfe.c | 20 ++++++++++----------
src/drivers/net/e1000/e1000_mac.c | 2 +-
src/drivers/net/e1000e/e1000e.h | 2 +-
src/drivers/net/e1000e/e1000e_82571.c | 4 ++--
src/drivers/net/e1000e/e1000e_mac.c | 2 +-
src/drivers/net/e1000e/e1000e_phy.c | 2 +-
src/drivers/net/eepro100.c | 2 +-
src/drivers/net/epic100.c | 4 ++--
src/drivers/net/epic100.h | 2 +-
src/drivers/net/etherfabric.c | 8 ++++----
src/drivers/net/forcedeth.c | 2 +-
src/drivers/net/igb/igb.h | 2 +-
src/drivers/net/igb/igb_82575.c | 2 +-
src/drivers/net/igb/igb_mac.c | 2 +-
src/drivers/net/myri10ge.c | 2 +-
src/drivers/net/natsemi.h | 2 +-
src/drivers/net/p80211hdr.h | 2 +-
src/drivers/net/pcnet32.c | 2 +-
src/drivers/net/sis190.h | 4 ++--
src/drivers/net/sis900.c | 10 +++++-----
src/drivers/net/skge.h | 8 ++++----
src/drivers/net/sky2.c | 2 +-
src/drivers/net/sky2.h | 6 +++---
src/drivers/net/smc9000.h | 4 ++--
src/drivers/net/sundance.c | 6 +++---
src/drivers/net/tg3.c | 8 ++++----
src/drivers/net/tg3.h | 4 ++--
src/drivers/net/tlan.c | 6 +++---
src/drivers/net/via-rhine.c | 10 +++++-----
src/drivers/net/via-velocity.c | 2 +-
src/drivers/net/via-velocity.h | 2 +-
src/drivers/net/virtio-net.c | 2 +-
src/drivers/net/vxge/vxge_main.c | 2 +-
src/include/ipxe/efi/Base.h | 2 +-
src/include/ipxe/efi/Ia32/ProcessorBind.h | 4 ++--
.../ipxe/efi/Protocol/NetworkInterfaceIdentifier.h | 4 ++--
src/include/ipxe/efi/Protocol/SimpleTextOut.h | 2 +-
src/include/ipxe/efi/X64/ProcessorBind.h | 4 ++--
src/include/ipxe/iscsi.h | 2 +-
src/include/ipxe/pci.h | 2 +-
src/net/udp/dns.c | 2 +-
47 files changed, 90 insertions(+), 90 deletions(-)
diff --git a/src/drivers/net/3c509.h b/src/drivers/net/3c509.h
index f030d4b..25e4a88 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.
diff --git a/src/drivers/net/3c515.c b/src/drivers/net/3c515.c
index 2b86069..86cf583 100644
--- a/src/drivers/net/3c515.c
+++ b/src/drivers/net/3c515.c
@@ -655,7 +655,7 @@ static int
corkscrew_found_device(int ioaddr, int irq,
int product_index, int options, struct nic *nic)
{
- /* Direct copy from Becker 3c515.c with unecessary parts removed */
+ /* Direct copy from Becker 3c515.c with unnecessary parts removed */
vp->product_name = "3c515";
vp->options = options;
if (options >= 0) {
diff --git a/src/drivers/net/3c595.c b/src/drivers/net/3c595.c
index 3178178..1aa8ed6 100644
--- a/src/drivers/net/3c595.c
+++ b/src/drivers/net/3c595.c
@@ -127,7 +127,7 @@ static void t595_reset(struct nic *nic)
S_TX_COMPLETE | S_TX_AVAIL, BASE + VX_COMMAND);
/*
- * Attempt to get rid of any stray interrupts that occured during
+ * Attempt to get rid of any stray interrupts that occurred during
* configuration. On the i386 this isn't possible because one may
* already be queued. However, a single stray interrupt is
* unimportant.
diff --git a/src/drivers/net/amd8111e.h b/src/drivers/net/amd8111e.h
index a402a63..3283e5b 100644
--- a/src/drivers/net/amd8111e.h
+++ b/src/drivers/net/amd8111e.h
@@ -573,7 +573,7 @@ typedef enum {
#define CSTATE 1
#define SSTATE 2
-/* amd8111e decriptor flag definitions */
+/* amd8111e descriptor flag definitions */
typedef enum {
OWN_BIT = (1 << 15),
diff --git a/src/drivers/net/cs89x0.c b/src/drivers/net/cs89x0.c
index ee34d0c..b6e632a 100644
--- a/src/drivers/net/cs89x0.c
+++ b/src/drivers/net/cs89x0.c
@@ -58,7 +58,7 @@ FILE_LICENCE ( GPL2_ONLY );
Fri Nov 22 23:00:00 1996 Markus Gutschke <gutschk at math.uni-muenster.de>
* read the manuals for the CS89x0 chipsets and took note of all the
- changes that will be neccessary in order to adapt Russel Nelson's code
+ changes that will be necessary in order to adapt Russel Nelson's code
to the requirements of a BOOT-Prom
* 6
diff --git a/src/drivers/net/davicom.c b/src/drivers/net/davicom.c
index 1411774..a4870a7 100644
--- a/src/drivers/net/davicom.c
+++ b/src/drivers/net/davicom.c
@@ -213,11 +213,11 @@ static int phy_read(int location)
phy_write_1bit(io_dcr9, PHY_DATA_1);
phy_write_1bit(io_dcr9, PHY_DATA_0);
- /* Send Phy addres */
+ /* Send Phy address */
for (i=0x10; i>0; i=i>>1)
phy_write_1bit(io_dcr9, phy_addr&i ? PHY_DATA_1: PHY_DATA_0);
- /* Send register addres */
+ /* Send register address */
for (i=0x10; i>0; i=i>>1)
phy_write_1bit(io_dcr9, location&i ? PHY_DATA_1: PHY_DATA_0);
@@ -257,11 +257,11 @@ static void phy_write(int location, u16 phy_data)
phy_write_1bit(io_dcr9, PHY_DATA_0);
phy_write_1bit(io_dcr9, PHY_DATA_1);
- /* Send Phy addres */
+ /* Send Phy address */
for (i=0x10; i>0; i=i>>1)
phy_write_1bit(io_dcr9, phy_addr&i ? PHY_DATA_1: PHY_DATA_0);
- /* Send register addres */
+ /* Send register address */
for (i=0x10; i>0; i=i>>1)
phy_write_1bit(io_dcr9, location&i ? PHY_DATA_1: PHY_DATA_0);
diff --git a/src/drivers/net/dmfe.c b/src/drivers/net/dmfe.c
index dd6c1de..01ca84b 100644
--- a/src/drivers/net/dmfe.c
+++ b/src/drivers/net/dmfe.c
@@ -260,15 +260,15 @@ static void dmfe_reset(struct nic *nic)
db->cr0_data = 0;
db->dm910x_chk_mode = 1; /* Enter the check mode */
}
- /* Initilize DM910X board */
+ /* Initialize DM910X board */
dmfe_init_dm910x(nic);
return;
}
-/* Initilize DM910X board
+/* Initialize DM910X board
* Reset DM910X board
- * Initilize TX/Rx descriptor chain structure
+ * Initialize TX/Rx descriptor chain structure
* Send the set-up frame
* Enable Tx/Rx machine
*/
@@ -306,7 +306,7 @@ static void dmfe_init_dm910x(struct nic *nic)
if (!(db->media_mode & DMFE_AUTO))
db->op_mode = db->media_mode; /* Force Mode */
- /* Initiliaze Transmit/Receive decriptor and CR3/4 */
+ /* Initiliaze Transmit/Receive descriptor and CR3/4 */
dmfe_descriptor_init(nic, ioaddr);
/* tx descriptor start pointer */
@@ -571,7 +571,7 @@ static void update_cr6(u32 cr6_data, unsigned long ioaddr)
/*
* Send a setup frame for DM9132
- * This setup frame initilize DM910X addres filter mode
+ * This setup frame initialize DM910X address filter mode
*/
static void dm9132_id_table(struct nic *nic __unused)
@@ -622,7 +622,7 @@ static void dm9132_id_table(struct nic *nic __unused)
/*
* Send a setup frame for DM9102/DM9102A
- * This setup frame initilize DM910X addres filter mode
+ * This setup frame initialize DM910X address filter mode
*/
static void send_filter_frame(struct nic *nic)
@@ -902,13 +902,13 @@ static void phy_write(unsigned long iobase, u8 phy_addr, u8 offset,
phy_write_1bit(ioaddr, PHY_DATA_0);
phy_write_1bit(ioaddr, PHY_DATA_1);
- /* Send Phy addres */
+ /* Send Phy address */
for (i = 0x10; i > 0; i = i >> 1)
phy_write_1bit(ioaddr,
phy_addr & i ? PHY_DATA_1 :
PHY_DATA_0);
- /* Send register addres */
+ /* Send register address */
for (i = 0x10; i > 0; i = i >> 1)
phy_write_1bit(ioaddr,
offset & i ? PHY_DATA_1 :
@@ -958,13 +958,13 @@ static u16 phy_read(unsigned long iobase, u8 phy_addr, u8 offset,
phy_write_1bit(ioaddr, PHY_DATA_1);
phy_write_1bit(ioaddr, PHY_DATA_0);
- /* Send Phy addres */
+ /* Send Phy address */
for (i = 0x10; i > 0; i = i >> 1)
phy_write_1bit(ioaddr,
phy_addr & i ? PHY_DATA_1 :
PHY_DATA_0);
- /* Send register addres */
+ /* Send register address */
for (i = 0x10; i > 0; i = i >> 1)
phy_write_1bit(ioaddr,
offset & i ? PHY_DATA_1 :
diff --git a/src/drivers/net/e1000/e1000_mac.c b/src/drivers/net/e1000/e1000_mac.c
index 2351387..5b87aa3 100644
--- a/src/drivers/net/e1000/e1000_mac.c
+++ b/src/drivers/net/e1000/e1000_mac.c
@@ -958,7 +958,7 @@ s32 e1000_check_for_serdes_link_generic(struct e1000_hw *hw)
if (!(rxcw & E1000_RXCW_IV)) {
mac->serdes_has_link = true;
DEBUGOUT("SERDES: Link up - autoneg "
- "completed sucessfully.\n");
+ "completed successfully.\n");
} else {
mac->serdes_has_link = false;
DEBUGOUT("SERDES: Link down - invalid"
diff --git a/src/drivers/net/e1000e/e1000e.h b/src/drivers/net/e1000e/e1000e.h
index bc8e7b0..f19918c 100644
--- a/src/drivers/net/e1000e/e1000e.h
+++ b/src/drivers/net/e1000e/e1000e.h
@@ -90,7 +90,7 @@ struct e1000_info;
#define e_dbg(arg...) if (0) { printf (arg); };
#ifdef CONFIG_E1000E_MSIX
-/* Interrupt modes, as used by the IntMode paramter */
+/* Interrupt modes, as used by the IntMode parameter */
#define E1000E_INT_MODE_LEGACY 0
#define E1000E_INT_MODE_MSI 1
#define E1000E_INT_MODE_MSIX 2
diff --git a/src/drivers/net/e1000e/e1000e_82571.c b/src/drivers/net/e1000e/e1000e_82571.c
index a061d6d..bb78129 100644
--- a/src/drivers/net/e1000e/e1000e_82571.c
+++ b/src/drivers/net/e1000e/e1000e_82571.c
@@ -398,7 +398,7 @@ static s32 e1000e_init_mac_params_82571(struct e1000_hw *hw)
/*
* Ensure that the inter-port SWSM.SMBI lock bit is clear before
- * first NVM or PHY acess. This should be done for single-port
+ * first NVM or PHY access. This should be done for single-port
* devices, and for one port only on dual-port devices so that
* for those devices we can still use the SMBI lock to synchronize
* inter-port accesses to the PHY & NVM.
@@ -1434,7 +1434,7 @@ static s32 e1000e_setup_fiber_serdes_link_82571(struct e1000_hw *hw)
*
* 1) down
* 2) autoneg_progress
- * 3) autoneg_complete (the link sucessfully autonegotiated)
+ * 3) autoneg_complete (the link successfully autonegotiated)
* 4) forced_up (the link has been forced up, it did not autonegotiate)
*
**/
diff --git a/src/drivers/net/e1000e/e1000e_mac.c b/src/drivers/net/e1000e/e1000e_mac.c
index d96b279..a68ccf0 100644
--- a/src/drivers/net/e1000e/e1000e_mac.c
+++ b/src/drivers/net/e1000e/e1000e_mac.c
@@ -711,7 +711,7 @@ s32 e1000e_check_for_serdes_link(struct e1000_hw *hw)
if (!(rxcw & E1000_RXCW_IV)) {
mac->serdes_has_link = true;
e_dbg("SERDES: Link up - autoneg "
- "completed sucessfully.\n");
+ "completed successfully.\n");
} else {
mac->serdes_has_link = false;
e_dbg("SERDES: Link down - invalid"
diff --git a/src/drivers/net/e1000e/e1000e_phy.c b/src/drivers/net/e1000e/e1000e_phy.c
index 337be73..e46bb38 100644
--- a/src/drivers/net/e1000e/e1000e_phy.c
+++ b/src/drivers/net/e1000e/e1000e_phy.c
@@ -3032,7 +3032,7 @@ static u32 e1000e_get_phy_addr_for_hv_page(u32 page)
* @data: pointer to the data to be read or written
* @read: determines if operation is read or written
*
- * Reads the PHY register at offset and stores the retreived information
+ * Reads the PHY register at offset and stores the retrieved information
* in data. Assumes semaphore already acquired. Note that the procedure
* to read these regs uses the address port and data port to read/write.
**/
diff --git a/src/drivers/net/eepro100.c b/src/drivers/net/eepro100.c
index 85840cd..b0e6165 100644
--- a/src/drivers/net/eepro100.c
+++ b/src/drivers/net/eepro100.c
@@ -909,7 +909,7 @@ static void ifec_refill_rx_ring ( struct net_device *netdev )
* Initial allocation & initialization of the rx ring.
*
* @v netdev Device of rx ring.
- * @ret rc Non-zero if error occured
+ * @ret rc Non-zero if error occurred
*/
static int ifec_rx_setup ( struct net_device *netdev )
{
diff --git a/src/drivers/net/epic100.c b/src/drivers/net/epic100.c
index 5211317..6302960 100644
--- a/src/drivers/net/epic100.c
+++ b/src/drivers/net/epic100.c
@@ -251,7 +251,7 @@ epic100_open(void)
outl(tmp, txcon);
- /* Give adress of RX and TX ring to the chip */
+ /* Give address of RX and TX ring to the chip */
outl(virt_to_le32desc(&rx_ring), prcdar);
outl(virt_to_le32desc(&tx_ring), ptcdar);
@@ -366,7 +366,7 @@ epic100_transmit(struct nic *nic, const char *destaddr, unsigned int type,
* Arguments: none
*
* returns: 1 if a packet was received.
- * 0 if no pacet was received.
+ * 0 if no packet was received.
* side effects:
* returns the packet in the array nic->packet.
* returns the length of the packet in nic->packetlen.
diff --git a/src/drivers/net/epic100.h b/src/drivers/net/epic100.h
index f290b10..806c4bd 100644
--- a/src/drivers/net/epic100.h
+++ b/src/drivers/net/epic100.h
@@ -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 */
diff --git a/src/drivers/net/etherfabric.c b/src/drivers/net/etherfabric.c
index 15e7d4c..118f560 100644
--- a/src/drivers/net/etherfabric.c
+++ b/src/drivers/net/etherfabric.c
@@ -1567,7 +1567,7 @@ falcon_gmii_wait ( struct efab_nic *efab )
efab_dword_t md_stat;
int count;
- /* wait upto 10ms */
+ /* wait up to 10ms */
for (count = 0; count < 1000; count++) {
falcon_readl ( efab, &md_stat, FCN_MD_STAT_REG_KER );
if ( EFAB_DWORD_FIELD ( md_stat, FCN_MD_BSY ) == 0 ) {
@@ -2196,7 +2196,7 @@ falcon_reset_xaui ( struct efab_nic *efab )
falcon_xmac_writel ( efab, ®, FCN_XX_PWR_RST_REG_MAC );
/* Give some time for the link to establish */
- for (count = 0; count < 1000; count++) { /* wait upto 10ms */
+ for (count = 0; count < 1000; count++) { /* wait up to 10ms */
falcon_xmac_readl ( efab, ®, FCN_XX_PWR_RST_REG_MAC );
if ( EFAB_DWORD_FIELD ( reg, FCN_XX_RST_XX_EN ) == 0 ) {
falcon_setup_xaui ( efab );
@@ -3396,7 +3396,7 @@ falcon_init_sram ( struct efab_nic *efab )
falcon_read ( efab, ®, FCN_SRM_CFG_REG_KER );
if ( !EFAB_OWORD_FIELD ( reg, FCN_SRAM_OOB_BT_INIT_EN ) )
return 0;
- } while (++count < 20); /* wait upto 0.4 sec */
+ } while (++count < 20); /* wait up to 0.4 sec */
EFAB_ERR ( "timed out waiting for SRAM reset\n");
return -ETIMEDOUT;
@@ -3427,7 +3427,7 @@ falcon_setup_nic ( struct efab_nic *efab )
falcon_write ( efab, ®, FCN_RX_DC_CFG_REG_KER );
/* Set number of RSS CPUs
- * bug7244: Increase filter depth to reduce RX_RESET likelyhood
+ * bug7244: Increase filter depth to reduce RX_RESET likelihood
*/
EFAB_POPULATE_OWORD_5 ( reg,
FCN_NUM_KER, 0,
diff --git a/src/drivers/net/forcedeth.c b/src/drivers/net/forcedeth.c
index 5d0137e..50df5bd 100644
--- a/src/drivers/net/forcedeth.c
+++ b/src/drivers/net/forcedeth.c
@@ -998,7 +998,7 @@ forcedeth_poll ( struct net_device *netdev )
DBG ( "forcedeth_poll: status = %#04x\n", status );
- /* Link change interrupt occured. Call always if link is down,
+ /* Link change interrupt occurred. Call always if link is down,
* to give auto-neg a chance to finish */
if ( ( status & NVREG_IRQ_LINK ) || ! ( netdev_link_ok ( netdev ) ) )
forcedeth_link_status ( netdev );
diff --git a/src/drivers/net/igb/igb.h b/src/drivers/net/igb/igb.h
index c8e8205d..e37215a 100644
--- a/src/drivers/net/igb/igb.h
+++ b/src/drivers/net/igb/igb.h
@@ -42,7 +42,7 @@ struct igb_adapter;
/* Interrupt defines */
#define IGB_START_ITR 648 /* ~6000 ints/sec */
-/* Interrupt modes, as used by the IntMode paramter */
+/* Interrupt modes, as used by the IntMode parameter */
#define IGB_INT_MODE_LEGACY 0
#define IGB_INT_MODE_MSI 1
#define IGB_INT_MODE_MSIX 2
diff --git a/src/drivers/net/igb/igb_82575.c b/src/drivers/net/igb/igb_82575.c
index b5b615a..66d9b77 100644
--- a/src/drivers/net/igb/igb_82575.c
+++ b/src/drivers/net/igb/igb_82575.c
@@ -908,7 +908,7 @@ static s32 igb_get_pcs_speed_and_duplex_82575(struct e1000_hw *hw,
* @hw: pointer to the HW structure
*
* In the case of serdes shut down sfp and PCS on driver unload
- * when management pass thru is not enabled.
+ * when management pass through is not enabled.
**/
void igb_shutdown_serdes_link_82575(struct e1000_hw *hw)
{
diff --git a/src/drivers/net/igb/igb_mac.c b/src/drivers/net/igb/igb_mac.c
index 237c6c7..5b3e2c1 100644
--- a/src/drivers/net/igb/igb_mac.c
+++ b/src/drivers/net/igb/igb_mac.c
@@ -734,7 +734,7 @@ s32 igb_check_for_serdes_link_generic(struct e1000_hw *hw)
if (!(rxcw & E1000_RXCW_IV)) {
mac->serdes_has_link = true;
DEBUGOUT("SERDES: Link up - autoneg "
- "completed sucessfully.\n");
+ "completed successfully.\n");
} else {
mac->serdes_has_link = false;
DEBUGOUT("SERDES: Link down - invalid"
diff --git a/src/drivers/net/myri10ge.c b/src/drivers/net/myri10ge.c
index 5bb555d..f967384 100644
--- a/src/drivers/net/myri10ge.c
+++ b/src/drivers/net/myri10ge.c
@@ -718,7 +718,7 @@ static int myri10ge_nv_init ( struct myri10ge_private *priv )
return 0;
}
- /* Initilize NonVolatile Storage state. */
+ /* Initialize NonVolatile Storage state. */
priv->nvs.word_len_log2 = 0;
priv->nvs.size = hdr.eeprom_len;
diff --git a/src/drivers/net/natsemi.h b/src/drivers/net/natsemi.h
index ae827ba..bd43ba0 100644
--- a/src/drivers/net/natsemi.h
+++ b/src/drivers/net/natsemi.h
@@ -30,7 +30,7 @@ struct natsemi_private {
struct natsemi_rx rx[NUM_RX_DESC];
/* need to add iobuf as we cannot free iobuf->data in close without this
- * alternatively substracting sizeof(head) and sizeof(list_head) can also
+ * alternatively subtracting sizeof(head) and sizeof(list_head) can also
* give the same.
*/
struct io_buffer *iobuf[NUM_RX_DESC];
diff --git a/src/drivers/net/p80211hdr.h b/src/drivers/net/p80211hdr.h
index 8354671..110905c 100644
--- a/src/drivers/net/p80211hdr.h
+++ b/src/drivers/net/p80211hdr.h
@@ -258,7 +258,7 @@ typedef union p80211_hdr
/*================================================================*/
/* Function Declarations */
-/* Frame and header lenght macros */
+/* Frame and header length macros */
#define WLAN_CTL_FRAMELEN(fstype) (\
(fstype) == WLAN_FSTYPE_BLOCKACKREQ ? 24 : \
diff --git a/src/drivers/net/pcnet32.c b/src/drivers/net/pcnet32.c
index d6da3c5..660e92b 100644
--- a/src/drivers/net/pcnet32.c
+++ b/src/drivers/net/pcnet32.c
@@ -406,7 +406,7 @@ pcnet32_chip_detect ( struct pcnet32_private *priv )
/*
* On selected chips turn on the BCR18:NOUFLO bit. This stops transmit
* starting until the packet is loaded. Strike one for reliability, lose
- * one for latency - although on PCI this isnt a big loss. Older chips
+ * one for latency - although on PCI this isn't a big loss. Older chips
* have FIFO's smaller than a packet, so you can't do this.
* Turn on BCR18:BurstRdEn and BCR18:BurstWrEn.
*/
diff --git a/src/drivers/net/sis190.h b/src/drivers/net/sis190.h
index fc6cb4b..0551333 100644
--- a/src/drivers/net/sis190.h
+++ b/src/drivers/net/sis190.h
@@ -77,7 +77,7 @@ enum sis190_registers {
IntrStatus = 0x20,
IntrMask = 0x24,
IntrControl = 0x28,
- IntrTimer = 0x2c, // unused (Interupt Timer)
+ IntrTimer = 0x2c, // unused (Interrupt Timer)
PMControl = 0x30, // unused (Power Mgmt Control/Status)
rsv2 = 0x34, // reserved
ROMControl = 0x38,
@@ -218,7 +218,7 @@ enum _DescStatusBit {
RxSizeMask = 0x0000ffff
/*
* The asic could apparently do vlan, TSO, jumbo (sis191 only) and
- * provide two (unused with Linux) Tx queues. No publically
+ * provide two (unused with Linux) Tx queues. No publicly
* available documentation alas.
*/
};
diff --git a/src/drivers/net/sis900.c b/src/drivers/net/sis900.c
index 92eb5ce..89d3c43 100644
--- a/src/drivers/net/sis900.c
+++ b/src/drivers/net/sis900.c
@@ -328,7 +328,7 @@ static int sis635_get_mac_addr(struct pci_device * pci_dev __unused, struct nic
*
* Side effects:
* leaves the ioaddress of the sis900 chip in the variable ioaddr.
- * leaves the sis900 initialized, and ready to recieve packets.
+ * leaves the sis900 initialized, and ready to receive packets.
*
* Returns: struct nic *: pointer to NIC data structure
*/
@@ -394,7 +394,7 @@ static int sis900_probe ( struct nic *nic, struct pci_device *pci ) {
mii_status = sis900_mdio_read(phy_addr, MII_STATUS);
if (mii_status == 0xffff || mii_status == 0x0000)
- /* the mii is not accessable, try next one */
+ /* the mii is not accessible, try next one */
continue;
phy_id0 = sis900_mdio_read(phy_addr, MII_PHY_ID0);
@@ -508,7 +508,7 @@ static u16 sis900_read_eeprom(int location)
/*
Read and write the MII management registers using software-generated
serial MDIO protocol. Note that the command bits and data bits are
- send out seperately
+ send out separately
*/
static void sis900_mdio_idle(long mdio_addr)
@@ -1171,8 +1171,8 @@ sis900_transmit(struct nic *nic,
*
* Arguments: struct nic *nic: NIC data structure
*
- * Returns: 1 if a packet was recieved.
- * 0 if no pacet was recieved.
+ * Returns: 1 if a packet was received.
+ * 0 if no packet was received.
*
* Side effects:
* Returns (copies) the packet to the array nic->packet.
diff --git a/src/drivers/net/skge.h b/src/drivers/net/skge.h
index 8a6ba6b..d9e9145 100755
--- a/src/drivers/net/skge.h
+++ b/src/drivers/net/skge.h
@@ -1095,7 +1095,7 @@ enum {
PHY_ST_PRE_SUP = 1<<6, /* Bit 6: Preamble Suppression */
PHY_ST_AN_OVER = 1<<5, /* Bit 5: Auto-Negotiation Over */
- PHY_ST_REM_FLT = 1<<4, /* Bit 4: Remote Fault Condition Occured */
+ PHY_ST_REM_FLT = 1<<4, /* Bit 4: Remote Fault Condition Occurred */
PHY_ST_AN_CAP = 1<<3, /* Bit 3: Auto-Negotiation Capability */
PHY_ST_LSYNC = 1<<2, /* Bit 2: Link Synchronized */
PHY_ST_JAB_DET = 1<<1, /* Bit 1: Jabber Detected */
@@ -1778,8 +1778,8 @@ enum {
GM_GPSR_LINK_UP = 1<<12, /* Bit 12: Link Up Status */
GM_GPSR_PAUSE = 1<<11, /* Bit 11: Pause State */
GM_GPSR_TX_ACTIVE = 1<<10, /* Bit 10: Tx in Progress */
- GM_GPSR_EXC_COL = 1<<9, /* Bit 9: Excessive Collisions Occured */
- GM_GPSR_LAT_COL = 1<<8, /* Bit 8: Late Collisions Occured */
+ GM_GPSR_EXC_COL = 1<<9, /* Bit 9: Excessive Collisions Occurred */
+ GM_GPSR_LAT_COL = 1<<8, /* Bit 8: Late Collisions Occurred */
GM_GPSR_PHY_ST_CH = 1<<5, /* Bit 5: PHY Status Change */
GM_GPSR_GIG_SPEED = 1<<4, /* Bit 4: Gigabit Speed (1 = 1000 Mbps) */
@@ -2284,7 +2284,7 @@ enum {
XM_ST_BC = 1<<7, /* Bit 7: Broadcast packet */
XM_ST_MC = 1<<6, /* Bit 6: Multicast packet */
XM_ST_UC = 1<<5, /* Bit 5: Unicast packet */
- XM_ST_TX_UR = 1<<4, /* Bit 4: FIFO Underrun occured */
+ XM_ST_TX_UR = 1<<4, /* Bit 4: FIFO Underrun occurred */
XM_ST_CS_ERR = 1<<3, /* Bit 3: Carrier Sense Error */
XM_ST_LAT_COL = 1<<2, /* Bit 2: Late Collision Error */
XM_ST_MUL_COL = 1<<1, /* Bit 1: Multiple Collisions */
diff --git a/src/drivers/net/sky2.c b/src/drivers/net/sky2.c
index 5b5bd6b..9033b25 100644
--- a/src/drivers/net/sky2.c
+++ b/src/drivers/net/sky2.c
@@ -782,7 +782,7 @@ static void sky2_mac_init(struct sky2_hw *hw, unsigned port)
sky2_write8(hw, SK_REG(port, TX_GMF_CTRL_T), GMF_RST_CLR);
sky2_write16(hw, SK_REG(port, TX_GMF_CTRL_T), GMF_OPER_ON);
- /* On chips without ram buffer, pause is controled by MAC level */
+ /* On chips without ram buffer, pause is controlled by MAC level */
if (!(hw->flags & SKY2_HW_RAM_BUFFER)) {
sky2_write8(hw, SK_REG(port, RX_GMF_LP_THR), 768/8);
sky2_write8(hw, SK_REG(port, RX_GMF_UP_THR), 1024/8);
diff --git a/src/drivers/net/sky2.h b/src/drivers/net/sky2.h
index 3e86b1d..9bb6301 100644
--- a/src/drivers/net/sky2.h
+++ b/src/drivers/net/sky2.h
@@ -1056,7 +1056,7 @@ enum {
PHY_ST_PRE_SUP = 1<<6, /* Bit 6: Preamble Suppression */
PHY_ST_AN_OVER = 1<<5, /* Bit 5: Auto-Negotiation Over */
- PHY_ST_REM_FLT = 1<<4, /* Bit 4: Remote Fault Condition Occured */
+ PHY_ST_REM_FLT = 1<<4, /* Bit 4: Remote Fault Condition Occurred */
PHY_ST_AN_CAP = 1<<3, /* Bit 3: Auto-Negotiation Capability */
PHY_ST_LSYNC = 1<<2, /* Bit 2: Link Synchronized */
PHY_ST_JAB_DET = 1<<1, /* Bit 1: Jabber Detected */
@@ -1587,8 +1587,8 @@ enum {
GM_GPSR_LINK_UP = 1<<12, /* Bit 12: Link Up Status */
GM_GPSR_PAUSE = 1<<11, /* Bit 11: Pause State */
GM_GPSR_TX_ACTIVE = 1<<10, /* Bit 10: Tx in Progress */
- GM_GPSR_EXC_COL = 1<<9, /* Bit 9: Excessive Collisions Occured */
- GM_GPSR_LAT_COL = 1<<8, /* Bit 8: Late Collisions Occured */
+ GM_GPSR_EXC_COL = 1<<9, /* Bit 9: Excessive Collisions Occurred */
+ GM_GPSR_LAT_COL = 1<<8, /* Bit 8: Late Collisions Occurred */
GM_GPSR_PHY_ST_CH = 1<<5, /* Bit 5: PHY Status Change */
GM_GPSR_GIG_SPEED = 1<<4, /* Bit 4: Gigabit Speed (1 = 1000 Mbps) */
diff --git a/src/drivers/net/smc9000.h b/src/drivers/net/smc9000.h
index 22b0e18..02b1c83 100644
--- a/src/drivers/net/smc9000.h
+++ b/src/drivers/net/smc9000.h
@@ -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)
diff --git a/src/drivers/net/sundance.c b/src/drivers/net/sundance.c
index 63a9ea5..27538f3 100644
--- a/src/drivers/net/sundance.c
+++ b/src/drivers/net/sundance.c
@@ -257,7 +257,7 @@ static struct sundance_private {
const char *nic_name;
/* Frequently used values */
- unsigned int cur_rx; /* Producer/consumer ring indicies */
+ unsigned int cur_rx; /* Producer/consumer ring indices */
unsigned int mtu;
/* These values keep track of the tranceiver/media in use */
@@ -440,7 +440,7 @@ static void sundance_irq ( struct nic *nic, irq_action_t action ) {
/**************************************************************************
POLL - Wait for a frame
***************************************************************************/
-static int sundance_poll(struct nic *nic, int retreive)
+static int sundance_poll(struct nic *nic, int retrieve)
{
/* return true if there's an ethernet packet ready to read */
/* nic->packet should contain data on return */
@@ -454,7 +454,7 @@ static int sundance_poll(struct nic *nic, int retreive)
return 0;
/* There is a packet ready */
- if(!retreive)
+ if(!retrieve)
return 1;
intr_status = inw(nic->ioaddr + IntrStatus);
diff --git a/src/drivers/net/tg3.c b/src/drivers/net/tg3.c
index e1562d4..95cbb60 100644
--- a/src/drivers/net/tg3.c
+++ b/src/drivers/net/tg3.c
@@ -1804,7 +1804,7 @@ static int tg3_setup_hw(struct tg3 *tp)
uint32_t val, rdmac_mode;
int i, err, limit;
- /* Simply don't support setups with extremly buggy firmware in etherboot */
+ /* Simply don't support setups with extremely buggy firmware in etherboot */
if (tp->pci_chip_rev_id == CHIPREV_ID_5701_A0) {
printf("Error 5701_A0 firmware bug detected\n");
return -EINVAL;
@@ -2729,7 +2729,7 @@ static int tg3_get_invariants(struct tg3 *tp)
/* Force memory write invalidate off. If we leave it on,
* then on 5700_BX chips we have to enable a workaround.
- * The workaround is to set the TG3PCI_DMA_RW_CTRL boundry
+ * The workaround is to set the TG3PCI_DMA_RW_CTRL boundary
* to match the cacheline size. The Broadcom driver have this
* workaround but turns MWI off all the times so never uses
* it. This seems to suggest that the workaround is insufficient.
@@ -2795,7 +2795,7 @@ static int tg3_get_invariants(struct tg3 *tp)
/* determine if it is PCIE system */
// Alf : I have no idea what this is about...
- // But it's definitely usefull
+ // But it's definitely useful
val = pci_find_capability(tp->pdev, PCI_CAP_ID_EXP);
if (val)
tp->tg3_flags2 |= TG3_FLG2_PCI_EXPRESS;
@@ -3282,7 +3282,7 @@ static int tg3_probe ( struct nic *nic, struct pci_device *pdev ) {
}
tg3reg_base = pci_bar_start(pdev, PCI_BASE_ADDRESS_0);
if (tg3reg_base == -1UL) {
- printf("Unuseable bar\n");
+ printf("Unusable bar\n");
return 0;
}
tg3reg_len = pci_bar_size(pdev, PCI_BASE_ADDRESS_0);
diff --git a/src/drivers/net/tg3.h b/src/drivers/net/tg3.h
index deeb0ad..056bc94 100644
--- a/src/drivers/net/tg3.h
+++ b/src/drivers/net/tg3.h
@@ -1518,9 +1518,9 @@ typedef unsigned long dma_addr_t;
#define MII_TG3_DSP_ADDRESS 0x17 /* DSP address register */
-#define MII_TG3_AUX_CTRL 0x18 /* auxilliary control register */
+#define MII_TG3_AUX_CTRL 0x18 /* auxiliary control register */
-#define MII_TG3_AUX_STAT 0x19 /* auxilliary status register */
+#define MII_TG3_AUX_STAT 0x19 /* auxiliary status register */
#define MII_TG3_AUX_STAT_LPASS 0x0004
#define MII_TG3_AUX_STAT_SPDMASK 0x0700
#define MII_TG3_AUX_STAT_10HALF 0x0100
diff --git a/src/drivers/net/tlan.c b/src/drivers/net/tlan.c
index b1a09d1..b14b305 100644
--- a/src/drivers/net/tlan.c
+++ b/src/drivers/net/tlan.c
@@ -201,7 +201,7 @@ static struct tlan_private {
unsigned short vendor_id; /* PCI Vendor code */
unsigned short dev_id; /* PCI Device code */
const char *nic_name;
- unsigned int cur_rx, dirty_rx; /* Producer/consumer ring indicies */
+ unsigned int cur_rx, dirty_rx; /* Producer/consumer ring indices */
unsigned rx_buf_sz; /* Based on mtu + Slack */
struct TLanList *txList;
u32 txHead;
@@ -1084,11 +1084,11 @@ These routines are based on the information in Chap. 2 of the
* for this device.
* phy The address of the PHY to be queried.
* reg The register whose contents are to be
-* retreived.
+* retrieved.
* val A pointer to a variable to store the
* retrieved value.
*
-* This function uses the TLAN's MII bus to retreive the contents
+* This function uses the TLAN's MII bus to retrieve the contents
* of a given register on a PHY. It sends the appropriate info
* and then reads the 16-bit register value from the MII bus via
* the TLAN SIO register.
diff --git a/src/drivers/net/via-rhine.c b/src/drivers/net/via-rhine.c
index 439a4a5..f3bb4e0 100644
--- a/src/drivers/net/via-rhine.c
+++ b/src/drivers/net/via-rhine.c
@@ -288,7 +288,7 @@ static const char *version = "rhine.c v1.0.2 2004-10-29\n";
*/
#define EECSR_EEPR 0x80 /* eeprom programed status, 73h means programed */
-#define EECSR_EMBP 0x40 /* eeprom embeded programming */
+#define EECSR_EMBP 0x40 /* eeprom embedded programming */
#define EECSR_AUTOLD 0x20 /* eeprom content reload */
#define EECSR_DPM 0x10 /* eeprom direct programming */
#define EECSR_CS 0x08 /* eeprom CS pin */
@@ -322,7 +322,7 @@ static const char *version = "rhine.c v1.0.2 2004-10-29\n";
* Bits in the CFGA register
*/
-#define CFGA_EELOAD 0x80 /* enable eeprom embeded and direct programming */
+#define CFGA_EELOAD 0x80 /* enable eeprom embedded and direct programming */
#define CFGA_JUMPER 0x40
#define CFGA_MTGPIO 0x08
#define CFGA_T10EN 0x02
@@ -693,7 +693,7 @@ static void MIIDelay (void);
static void rhine_init_ring (struct nic *dev);
static void rhine_disable (struct nic *nic);
static void rhine_reset (struct nic *nic);
-static int rhine_poll (struct nic *nic, int retreive);
+static int rhine_poll (struct nic *nic, int retrieve);
static void rhine_transmit (struct nic *nic, const char *d, unsigned int t,
unsigned int s, const char *p);
static void reload_eeprom(int ioaddr);
@@ -1286,7 +1286,7 @@ rhine_reset (struct nic *nic)
#define IOSYNC do { inb(nic->ioaddr + StationAddr); } while (0)
static int
-rhine_poll (struct nic *nic, int retreive)
+rhine_poll (struct nic *nic, int retrieve)
{
struct rhine_private *tp = (struct rhine_private *) nic->priv_data;
int rxstatus, good = 0;;
@@ -1295,7 +1295,7 @@ rhine_poll (struct nic *nic, int retreive)
{
unsigned int intr_status;
/* There is a packet ready */
- if(!retreive)
+ if(!retrieve)
return 1;
intr_status = inw(nic->ioaddr + IntrStatus);
diff --git a/src/drivers/net/via-velocity.c b/src/drivers/net/via-velocity.c
index fa90f9b..4f0934a 100644
--- a/src/drivers/net/via-velocity.c
+++ b/src/drivers/net/via-velocity.c
@@ -124,7 +124,7 @@ VELOCITY_PARAM(enable_tagging, "Enable 802.1Q tagging");
/* IP_byte_align[] is used for IP header DWORD byte aligned
0: indicate the IP header won't be DWORD byte aligned.(Default) .
1: indicate the IP header will be DWORD byte aligned.
- In some enviroment, the IP header should be DWORD byte aligned,
+ In some environment, the IP header should be DWORD byte aligned,
or the packet will be droped when we receive it. (eg: IPVS)
*/
VELOCITY_PARAM(IP_byte_align, "Enable IP header dword aligned");
diff --git a/src/drivers/net/via-velocity.h b/src/drivers/net/via-velocity.h
index b657224..753fe44 100644
--- a/src/drivers/net/via-velocity.h
+++ b/src/drivers/net/via-velocity.h
@@ -878,7 +878,7 @@ enum {
* Bits in the EECSR register
*/
-#define EECSR_EMBP 0x40 /* eeprom embeded programming */
+#define EECSR_EMBP 0x40 /* eeprom embedded programming */
#define EECSR_RELOAD 0x20 /* eeprom content reload */
#define EECSR_DPM 0x10 /* eeprom direct programming */
#define EECSR_ECS 0x08 /* eeprom CS pin */
diff --git a/src/drivers/net/virtio-net.c b/src/drivers/net/virtio-net.c
index 54e962d..d5fd819 100644
--- a/src/drivers/net/virtio-net.c
+++ b/src/drivers/net/virtio-net.c
@@ -69,7 +69,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
* Linux source.
*/
-/* Virtqueue indicies */
+/* Virtqueue indices */
enum {
RX_INDEX = 0,
TX_INDEX,
diff --git a/src/drivers/net/vxge/vxge_main.c b/src/drivers/net/vxge/vxge_main.c
index b8533d3..130eab6 100644
--- a/src/drivers/net/vxge/vxge_main.c
+++ b/src/drivers/net/vxge/vxge_main.c
@@ -252,7 +252,7 @@ static void vxge_poll(struct net_device *ndev)
/*
* vxge_irq - enable or Disable interrupts
*
- * @netdev netdevice sturcture reference
+ * @netdev netdevice structure reference
* @action requested interrupt action
*/
static void vxge_irq(struct net_device *netdev __unused, int action)
diff --git a/src/include/ipxe/efi/Base.h b/src/include/ipxe/efi/Base.h
index 999b414..0b02dad 100644
--- a/src/include/ipxe/efi/Base.h
+++ b/src/include/ipxe/efi/Base.h
@@ -188,7 +188,7 @@ struct _LIST_ENTRY {
//
// UEFI specification claims 1 and 0. We are concerned about the
-// complier portability so we did it this way.
+// compiler portability so we did it this way.
//
///
diff --git a/src/include/ipxe/efi/Ia32/ProcessorBind.h b/src/include/ipxe/efi/Ia32/ProcessorBind.h
index 20cf407..9cb64f0 100644
--- a/src/include/ipxe/efi/Ia32/ProcessorBind.h
+++ b/src/include/ipxe/efi/Ia32/ProcessorBind.h
@@ -81,7 +81,7 @@ FILE_LICENCE ( BSD3 );
#pragma warning ( disable : 4057 )
//
-// ASSERT(FALSE) or while (TRUE) are legal constructes so supress this warning
+// ASSERT(FALSE) or while (TRUE) are legal constructs so suppress this warning
//
#pragma warning ( disable : 4127 )
@@ -101,7 +101,7 @@ FILE_LICENCE ( BSD3 );
#if defined(_MSC_EXTENSIONS)
//
- // use Microsoft C complier dependent integer width types
+ // use Microsoft C compiler dependent integer width types
//
///
diff --git a/src/include/ipxe/efi/Protocol/NetworkInterfaceIdentifier.h b/src/include/ipxe/efi/Protocol/NetworkInterfaceIdentifier.h
index ac86e97..03d564c 100644
--- a/src/include/ipxe/efi/Protocol/NetworkInterfaceIdentifier.h
+++ b/src/include/ipxe/efi/Protocol/NetworkInterfaceIdentifier.h
@@ -29,7 +29,7 @@ FILE_LICENCE ( BSD3 );
}
//
-// GUID intruduced in UEFI Specification 2.1b
+// GUID introduced in UEFI Specification 2.1b
//
#define EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_GUID_31 \
{ \
@@ -44,7 +44,7 @@ FILE_LICENCE ( BSD3 );
#define EFI_NETWORK_INTERFACE_IDENTIFIER_INTERFACE_REVISION EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_REVISION
///
-/// Forward reference for pure ANSI compatability.
+/// Forward reference for pure ANSI compatibility.
///
typedef struct _EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL;
diff --git a/src/include/ipxe/efi/Protocol/SimpleTextOut.h b/src/include/ipxe/efi/Protocol/SimpleTextOut.h
index a79cf43..c4667d4 100644
--- a/src/include/ipxe/efi/Protocol/SimpleTextOut.h
+++ b/src/include/ipxe/efi/Protocol/SimpleTextOut.h
@@ -151,7 +151,7 @@ typedef EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL SIMPLE_TEXT_OUTPUT_INTERFACE;
Reset the text output device hardware and optionaly run diagnostics
@param This The protocol instance pointer.
- @param ExtendedVerification Driver may perform more exhaustive verfication
+ @param ExtendedVerification Driver may perform more exhaustive verification
operation of the device during reset.
@retval EFI_SUCCESS The text output device was reset.
diff --git a/src/include/ipxe/efi/X64/ProcessorBind.h b/src/include/ipxe/efi/X64/ProcessorBind.h
index 0b1a3e1..2f26f46 100644
--- a/src/include/ipxe/efi/X64/ProcessorBind.h
+++ b/src/include/ipxe/efi/X64/ProcessorBind.h
@@ -82,7 +82,7 @@ FILE_LICENCE ( BSD3 );
#pragma warning ( disable : 4057 )
//
-// ASSERT(FALSE) or while (TRUE) are legal constructes so supress this warning
+// ASSERT(FALSE) or while (TRUE) are legal constructs so suppress this warning
//
#pragma warning ( disable : 4127 )
@@ -101,7 +101,7 @@ FILE_LICENCE ( BSD3 );
#if defined(_MSC_EXTENSIONS)
//
- // use Microsoft C complier dependent integer width types
+ // use Microsoft C compiler dependent integer width types
//
///
diff --git a/src/include/ipxe/iscsi.h b/src/include/ipxe/iscsi.h
index 5d3d73b..3c7d59f 100644
--- a/src/include/ipxe/iscsi.h
+++ b/src/include/ipxe/iscsi.h
@@ -36,7 +36,7 @@ union iscsi_segment_lengths {
*/
uint8_t data_len[3];
} bytes;
- /** Ths data length (measured in bytes), in network byte
+ /** The data length (measured in bytes), in network byte
* order, with ahs_len as the first byte.
*/
uint32_t ahs_and_data_len;
diff --git a/src/include/ipxe/pci.h b/src/include/ipxe/pci.h
index 960454d..ff6acea 100644
--- a/src/include/ipxe/pci.h
+++ b/src/include/ipxe/pci.h
@@ -172,7 +172,7 @@ FILE_LICENCE ( GPL2_ONLY );
#define PCI_PM_CAP_PME_CLOCK 0x0008 /* PME clock required */
#define PCI_PM_CAP_RESERVED 0x0010 /* Reserved field */
#define PCI_PM_CAP_DSI 0x0020 /* Device specific initialization */
-#define PCI_PM_CAP_AUX_POWER 0x01C0 /* Auxilliary power support mask */
+#define PCI_PM_CAP_AUX_POWER 0x01C0 /* Auxiliary power support mask */
#define PCI_PM_CAP_D1 0x0200 /* D1 power state support */
#define PCI_PM_CAP_D2 0x0400 /* D2 power state support */
#define PCI_PM_CAP_PME 0x0800 /* PME pin supported */
diff --git a/src/net/udp/dns.c b/src/net/udp/dns.c
index d1435e7..514d39b 100644
--- a/src/net/udp/dns.c
+++ b/src/net/udp/dns.c
@@ -421,7 +421,7 @@ static int dns_xfer_deliver ( struct dns_request *dns,
}
/* Determine what to do next based on the type of query we
- * issued and the reponse we received
+ * issued and the response we received
*/
switch ( qtype ) {
--
1.7.10.4
More information about the ipxe-devel
mailing list