From: qwang12 Date: Fri, 31 Oct 2008 08:19:34 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: edk2-stable201903~19873 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=86026b9dffba1deaf1f26e9b0bd8598ee2f5dbea Fix a typo. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6356 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Library/UefiScsiLib/UefiScsiLib.c b/MdePkg/Library/UefiScsiLib/UefiScsiLib.c index 847029789a..2303400a56 100644 --- a/MdePkg/Library/UefiScsiLib/UefiScsiLib.c +++ b/MdePkg/Library/UefiScsiLib/UefiScsiLib.c @@ -151,7 +151,7 @@ ScsiTestUnitReadyCommand ( @param[in, out] SenseDataLength The length of output sense data. @param[out] HostAdapterStatus The status of Host Adapter. @param[out] TargetStatus The status of the target. - @param[in, out] InquirydataBuffer A pointer to inquiry data buffer. + @param[in, out] InquiryDataBuffer A pointer to inquiry data buffer. @param[in, out] InquiryDataLength The length of inquiry data buffer. @param[in] EnableVitalProductData Boolean to enable Vital Product Data.