summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-25 02:14:25 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-25 02:14:25 +0000
commit8cefc2ee7000517970c0755e5e80de4fb243d5d5 (patch)
tree486e7e3feb54a342bbd61b7d6a31522e640ae31b /MdePkg/Include/Library
parenteb5bb28e048a4328322b86a69012dc868a37ad4b (diff)
downloadedk2-platforms-8cefc2ee7000517970c0755e5e80de4fb243d5d5.tar.xz
Clean up code according to code review.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5965 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library')
-rw-r--r--MdePkg/Include/Library/TimerLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/TimerLib.h b/MdePkg/Include/Library/TimerLib.h
index 3959396e20..f7c9e3f4ec 100644
--- a/MdePkg/Include/Library/TimerLib.h
+++ b/MdePkg/Include/Library/TimerLib.h
@@ -20,7 +20,7 @@
@param MicroSeconds The minimum number of microseconds to delay.
- @return MicroSeconds
+ @return The value of MicroSeconds inputted.
**/
UINTN
@@ -34,7 +34,7 @@ MicroSecondDelay (
@param NanoSeconds The minimum number of nanoseconds to delay.
- @return NanoSeconds
+ @return The value of NanoSeconds inputted.
**/
UINTN