mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
axgbe: Fix two typos in source code comments
- s/specfied/specified/ MFC after: 3 days
This commit is contained in:
parent
c90a206496
commit
619c9488a3
@ -500,7 +500,7 @@ xgbe_phy_i2c_write(struct xgbe_prv_data *pdata, unsigned int target, void *val,
|
||||
|
||||
retry = 1;
|
||||
again:
|
||||
/* Write the specfied register */
|
||||
/* Write the specified register */
|
||||
i2c_op.cmd = XGBE_I2C_CMD_WRITE;
|
||||
i2c_op.target = target;
|
||||
i2c_op.len = val_len;
|
||||
@ -539,7 +539,7 @@ again1:
|
||||
|
||||
retry = 1;
|
||||
again2:
|
||||
/* Read the specfied register */
|
||||
/* Read the specified register */
|
||||
i2c_op.cmd = XGBE_I2C_CMD_READ;
|
||||
i2c_op.target = target;
|
||||
i2c_op.len = val_len;
|
||||
|
Loading…
Reference in New Issue
Block a user