Author: pschweitzer Date: Fri Mar 7 21:51:11 2014 New Revision: 62447
URL: http://svn.reactos.org/svn/reactos?rev=62447&view=rev Log: [NOTSKRNL] Fix Frenchism, spotted by Christoph
Modified: trunk/reactos/ntoskrnl/fsrtl/notify.c
Modified: trunk/reactos/ntoskrnl/fsrtl/notify.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/fsrtl/notify.c?rev... ============================================================================== --- trunk/reactos/ntoskrnl/fsrtl/notify.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/fsrtl/notify.c [iso-8859-1] Fri Mar 7 21:51:11 2014 @@ -176,7 +176,7 @@ 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;