diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-25 02:14:25 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-25 02:14:25 +0000 |
commit | 8cefc2ee7000517970c0755e5e80de4fb243d5d5 (patch) | |
tree | 486e7e3feb54a342bbd61b7d6a31522e640ae31b /MdePkg/Include/Library | |
parent | eb5bb28e048a4328322b86a69012dc868a37ad4b (diff) | |
download | edk2-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.h | 4 |
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
|