mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Fixed typo
(lost patch found in the dust) svn path=/trunk/; revision=44227
This commit is contained in:
parent
f0fa2f117f
commit
d6c7749eba
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ FatMountVolume(PFAT_IRP_CONTEXT IrpContext,
|
|||
/* Make sure this IRP is waitable */
|
||||
ASSERT(IrpContext->Flags & IRPCONTEXT_CANWAIT);
|
||||
|
||||
/* Request media changes count, mostly usefull for removable devices */
|
||||
/* Request media changes count, mostly useful for removable devices */
|
||||
Status = FatPerformDevIoCtrl(TargetDeviceObject,
|
||||
IOCTL_STORAGE_CHECK_VERIFY,
|
||||
NULL,
|
||||
|
|
Loading…
Reference in a new issue