From 6ea00fdd9a72d79240d1825bdb0d14e57d0bdd30 Mon Sep 17 00:00:00 2001 From: Hao Wu Date: Wed, 6 Jan 2016 01:11:49 +0000 Subject: [PATCH] MdeModulePkg IScsiDxe: Fix a typo in function description Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu Reviewed-by: Feng Tian git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19599 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c index 372efdc15e..e5f685fc6d 100644 --- a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c +++ b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c @@ -187,7 +187,7 @@ IScsiMapV4ToV6Addr ( } /** - 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.