Author: cwittich
Date: Sun Sep 4 06:20:53 2016
New Revision: 72558
URL:
http://svn.reactos.org/svn/reactos?rev=72558&view=rev
Log:
[NTOS] addenum to r72556
Modified:
trunk/reactos/ntoskrnl/io/iomgr/iofunc.c
Modified: trunk/reactos/ntoskrnl/io/iomgr/iofunc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/iofunc.c…
==============================================================================
--- trunk/reactos/ntoskrnl/io/iomgr/iofunc.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/iofunc.c [iso-8859-1] Sun Sep 4 06:20:53 2016
@@ -384,7 +384,7 @@
_SEH2_END;
}
- /* If we are dismounting a volume, increaase the dismount count */
+ /* If we are dismounting a volume, increase the dismount count */
if (IoControlCode == FSCTL_DISMOUNT_VOLUME)
{
InterlockedIncrement((PLONG)&SharedUserData->DismountCount);