Fix minor typo

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8747 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney 2009-07-05 20:56:25 +00:00
parent fab84ef535
commit 415f6ade15
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ SmBusReadBlock (
If any reserved bits of SmBusAddress are set, then ASSERT().
@param SmBusAddress Address that encodes the SMBUS Slave Address,
MBUS Command, SMBUS Data Length, and PEC.
SMBUS Command, SMBUS Data Length, and PEC.
@param Buffer Pointer to the buffer to store the bytes read from the SMBUS.
@param Status Return status for the executed command.
This is an optional parameter and may be NULL.