mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +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(
|
NdisMSleep(
|
||||||
IN ULONG MicrosecondsToSleep)
|
IN ULONG MicrosecondsToSleep)
|
||||||
/*
|
/*
|
||||||
* FUNCTION: delay the thread's execution for MillisecondsToSleep
|
* FUNCTION: delay the thread's execution for MicrosecondsToSleep
|
||||||
* ARGUMENTS:
|
* ARGUMENTS:
|
||||||
* MillisecondsToSleep: duh...
|
* MicrosecondsToSleep: duh...
|
||||||
* NOTES:
|
* NOTES:
|
||||||
* - Because this is a blocking call, current IRQL must be < DISPATCH_LEVEL
|
* - Because this is a blocking call, current IRQL must be < DISPATCH_LEVEL
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue