summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-05 20:56:25 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-05 20:56:25 +0000
commit415f6ade15d56ae62c5e313b71251a5bf69ca84e (patch)
treea8093d83fc3e980c63a833612b3dd80c8d744ac5
parentfab84ef5350c4f0a23f9f4e41eefa1cd89156de0 (diff)
downloadedk2-415f6ade15d56ae62c5e313b71251a5bf69ca84e.zip
edk2-415f6ade15d56ae62c5e313b71251a5bf69ca84e.tar.gz
edk2-415f6ade15d56ae62c5e313b71251a5bf69ca84e.tar.bz2
Fix minor typo
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8747 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Library/SmbusLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/SmbusLib.h b/MdePkg/Include/Library/SmbusLib.h
index 64ea42b..d9132d1 100644
--- a/MdePkg/Include/Library/SmbusLib.h
+++ b/MdePkg/Include/Library/SmbusLib.h
@@ -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.