Fix a typo.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6356 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2008-10-31 08:19:34 +00:00
parent 410835874a
commit 86026b9dff
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ ScsiTestUnitReadyCommand (
@param[in, out] SenseDataLength The length of output sense data. @param[in, out] SenseDataLength The length of output sense data.
@param[out] HostAdapterStatus The status of Host Adapter. @param[out] HostAdapterStatus The status of Host Adapter.
@param[out] TargetStatus The status of the target. @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, out] InquiryDataLength The length of inquiry data buffer.
@param[in] EnableVitalProductData Boolean to enable Vital Product Data. @param[in] EnableVitalProductData Boolean to enable Vital Product Data.