mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed comments to reflect microseconds.
svn path=/trunk/; revision=6955
This commit is contained in:
parent
cf7329bc4c
commit
f11644a0f7
1 changed files with 2 additions and 2 deletions
|
@ -1925,9 +1925,9 @@ EXPORT
|
|||
NdisMSleep(
|
||||
IN ULONG MicrosecondsToSleep)
|
||||
/*
|
||||
* FUNCTION: delay the thread's execution for MillisecondsToSleep
|
||||
* FUNCTION: delay the thread's execution for MicrosecondsToSleep
|
||||
* ARGUMENTS:
|
||||
* MillisecondsToSleep: duh...
|
||||
* MicrosecondsToSleep: duh...
|
||||
* NOTES:
|
||||
* - Because this is a blocking call, current IRQL must be < DISPATCH_LEVEL
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue