diff options
-rw-r--r-- | NetworkPkg/IScsiDxe/IScsiMisc.c | 2 | ||||
-rw-r--r-- | NetworkPkg/IScsiDxe/IScsiMisc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/NetworkPkg/IScsiDxe/IScsiMisc.c b/NetworkPkg/IScsiDxe/IScsiMisc.c index e7198d5ab0..5fc25a0df0 100644 --- a/NetworkPkg/IScsiDxe/IScsiMisc.c +++ b/NetworkPkg/IScsiDxe/IScsiMisc.c @@ -683,7 +683,7 @@ IScsiGetNicInfoByIndex ( /**
- Get the NIC's PCI location and return it accroding to the composited
+ Get the NIC's PCI location and return it according to the composited
format defined in iSCSI Boot Firmware Table.
@param[in] Controller The handle of the controller.
diff --git a/NetworkPkg/IScsiDxe/IScsiMisc.h b/NetworkPkg/IScsiDxe/IScsiMisc.h index 6a762e3596..7c7a6ba4e0 100644 --- a/NetworkPkg/IScsiDxe/IScsiMisc.h +++ b/NetworkPkg/IScsiDxe/IScsiMisc.h @@ -248,7 +248,7 @@ IScsiGetNicInfoByIndex ( /**
- Get the NIC's PCI location and return it accroding to the composited
+ Get the NIC's PCI location and return it according to the composited
format defined in iSCSI Boot Firmware Table.
@param[in] Controller The handle of the controller.
|