[ros-diffs] [pschweitzer] 38525: Fixed comments... Spotted by Aleksey, what else?
pschweitzer at svn.reactos.org
pschweitzer at svn.reactos.org
Sat Jan 3 11:15:31 CET 2009
Author: pschweitzer
Date: Sat Jan 3 04:15:30 2009
New Revision: 38525
URL: http://svn.reactos.org/svn/reactos?rev=38525&view=rev
Log:
Fixed comments...
Spotted by Aleksey, what else?
Modified:
branches/pierre-fsd/ntoskrnl/io/iomgr/device.c
Modified: branches/pierre-fsd/ntoskrnl/io/iomgr/device.c
URL: http://svn.reactos.org/svn/reactos/branches/pierre-fsd/ntoskrnl/io/iomgr/device.c?rev=38525&r1=38524&r2=38525&view=diff
==============================================================================
--- branches/pierre-fsd/ntoskrnl/io/iomgr/device.c [iso-8859-1] (original)
+++ branches/pierre-fsd/ntoskrnl/io/iomgr/device.c [iso-8859-1] Sat Jan 3 04:15:30 2009
@@ -572,7 +572,7 @@
return STATUS_NO_SUCH_DEVICE;
}
- /* We define input parameters */
+ /* Define input parameters */
Stack.Parameters.QueryDeviceRelations.Type = TargetDeviceRelation;
Stack.FileObject = FileObject;
@@ -592,7 +592,7 @@
Status = STATUS_NO_SUCH_DEVICE;
}
- /* Free the DEVICE_RELATIONS structure, we don't need it anymore */
+ /* Free the DEVICE_RELATIONS structure, it's not needed it anymore */
ExFreePool(DeviceRelations);
}
More information about the Ros-diffs
mailing list