[NTOS] addenum to r72556

svn path=/trunk/; revision=72558
This commit is contained in:
Christoph von Wittich 2016-09-04 06:20:53 +00:00
parent 76de8ee7ce
commit 4025100ad8

View file

@ -384,7 +384,7 @@ IopDeviceFsIoControl(IN HANDLE DeviceHandle,
_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);