[ros-diffs] [pschweitzer] 44227: Fixed typo (lost patch found in the dust)

pschweitzer at svn.reactos.org pschweitzer at svn.reactos.org
Wed Nov 18 19:15:49 CET 2009


Author: pschweitzer
Date: Wed Nov 18 19:15:49 2009
New Revision: 44227

URL: http://svn.reactos.org/svn/reactos?rev=44227&view=rev
Log:
Fixed typo
(lost patch found in the dust)

Modified:
    trunk/reactos/drivers/filesystems/fastfat_new/fsctl.c

Modified: trunk/reactos/drivers/filesystems/fastfat_new/fsctl.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfat_new/fsctl.c?rev=44227&r1=44226&r2=44227&view=diff
==============================================================================
--- trunk/reactos/drivers/filesystems/fastfat_new/fsctl.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/fastfat_new/fsctl.c [iso-8859-1] Wed Nov 18 19:15:49 2009
@@ -99,7 +99,7 @@
     /* 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,




More information about the Ros-diffs mailing list