mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NOTSKRNL]
Fix Frenchism, spotted by Christoph svn path=/trunk/; revision=62447
This commit is contained in:
parent
a101d80ab6
commit
70dc7b586e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue