diff options
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
|