summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiScsiLib
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-31 08:19:34 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-31 08:19:34 +0000
commit86026b9dffba1deaf1f26e9b0bd8598ee2f5dbea (patch)
treee70bb842e50e173b51aeb61c8c4e6f6812cb5a50 /MdePkg/Library/UefiScsiLib
parent410835874a1ea3d7bb7e4d5e28ec12cb86725b67 (diff)
downloadedk2-platforms-86026b9dffba1deaf1f26e9b0bd8598ee2f5dbea.tar.xz
Fix a typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6356 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiScsiLib')
-rw-r--r--MdePkg/Library/UefiScsiLib/UefiScsiLib.c2
1 files changed, 1 insertions, 1 deletions
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.