mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
axgbe: Fix two typos in source code comments
- s/specfied/specified/ (cherry picked from commit 619c9488a31ce14c6570d2e31f70d416382ed7a6)
This commit is contained in:
parent
ae593daa43
commit
4e368d66aa
1 changed files with 2 additions and 2 deletions
|
|
@ -511,7 +511,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;
|
||||
|
|
@ -550,7 +550,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 a new issue