sys: comment change

This commit is contained in:
Bill Zissimopoulos 2015-12-24 00:28:41 -08:00
parent b5da069d17
commit fbed887601

View File

@ -341,7 +341,7 @@ NTSTATUS FspVolumeMount(
ULONG DeviceObjectCount = 0; ULONG DeviceObjectCount = 0;
KIRQL Irql; 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); Result = FspDeviceCopyList(&DeviceObjects, &DeviceObjectCount);
if (NT_SUCCESS(Result)) if (NT_SUCCESS(Result))
{ {