mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
clarified a misleading comment
svn path=/trunk/; revision=9740
This commit is contained in:
parent
6993ae4ae2
commit
0064a17a7c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ PIRP NTAPI CsqPeekNextIrp(PIO_CSQ UnusedCsq,
|
||||||
PIRP Irp,
|
PIRP Irp,
|
||||||
PVOID PeekContext)
|
PVOID PeekContext)
|
||||||
/*
|
/*
|
||||||
* FUNCTION: Remove the next IRP from the queue
|
* FUNCTION: Find the next matching IRP in the queue
|
||||||
* ARGUMENTS:
|
* ARGUMENTS:
|
||||||
* UnusedCsq: Pointer to CSQ context structure
|
* UnusedCsq: Pointer to CSQ context structure
|
||||||
* Irp: Pointer to a starting IRP in the queue (i.e. start search here)
|
* Irp: Pointer to a starting IRP in the queue (i.e. start search here)
|
||||||
|
|
Loading…
Reference in a new issue