From fbed8876013c4d49cc6396c9774ff4899c5dc671 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 24 Dec 2015 00:28:41 -0800 Subject: [PATCH] sys: comment change --- src/sys/volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {