mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[NTOS] addenum to r72556
svn path=/trunk/; revision=72558
This commit is contained in:
parent
76de8ee7ce
commit
4025100ad8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue