[NOTSKRNL]
authorPierre Schweitzer <pierre@reactos.org>
Fri, 7 Mar 2014 21:51:11 +0000 (21:51 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Fri, 7 Mar 2014 21:51:11 +0000 (21:51 +0000)
Fix Frenchism, spotted by Christoph

svn path=/trunk/; revision=62447

reactos/ntoskrnl/fsrtl/notify.c

index 6c4be5b..d06b81e 100644 (file)
@@ -176,7 +176,7 @@ FsRtlCancelNotify(IN PDEVICE_OBJECT DeviceObject,
                NotifyChange->Buffer = Buffer;
            }
 
-           /* If we don't have valide buffer, ensure everything is 0-ed out */
+           /* If we have to notify immediately, ensure that any buffer is 0-ed out */
            if (NotifyChange->Flags & NOTIFY_IMMEDIATELY)
            {
                NotifyChange->Buffer = 0;