diff --git a/src/sys/volume.c b/src/sys/volume.c index 428d2031..6f5c9d36 100644 --- a/src/sys/volume.c +++ b/src/sys/volume.c @@ -341,7 +341,7 @@ NTSTATUS FspVolumeMount( ULONG DeviceObjectCount = 0; KIRQL Irql; - /* check the passed in device object; it must be our own and not marked delete pending */ + /* check the passed in device object; it must be our own and not stopped */ Result = FspDeviceCopyList(&DeviceObjects, &DeviceObjectCount); if (NT_SUCCESS(Result)) {