From 0064a17a7ccb50b8040b85fc6ffaa0ca060aa003 Mon Sep 17 00:00:00 2001 From: Vizzini Date: Sun, 20 Jun 2004 03:36:44 +0000 Subject: [PATCH] clarified a misleading comment svn path=/trunk/; revision=9740 --- reactos/drivers/storage/floppy/csqrtns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/storage/floppy/csqrtns.c b/reactos/drivers/storage/floppy/csqrtns.c index bdc911634e2..95cd8dbc286 100644 --- a/reactos/drivers/storage/floppy/csqrtns.c +++ b/reactos/drivers/storage/floppy/csqrtns.c @@ -77,7 +77,7 @@ PIRP NTAPI CsqPeekNextIrp(PIO_CSQ UnusedCsq, PIRP Irp, PVOID PeekContext) /* - * FUNCTION: Remove the next IRP from the queue + * FUNCTION: Find the next matching IRP in the queue * ARGUMENTS: * UnusedCsq: Pointer to CSQ context structure * Irp: Pointer to a starting IRP in the queue (i.e. start search here)