[NOTSKRNL]

Fix Frenchism, spotted by Christoph

svn path=/trunk/; revision=62447
This commit is contained in:
Pierre Schweitzer 2014-03-07 21:51:11 +00:00
parent a101d80ab6
commit 70dc7b586e

View 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;