Author: akhaldi
Date: Fri Mar 18 10:29:46 2016
New Revision: 71021

URL: http://svn.reactos.org/svn/reactos?rev=71021&view=rev
Log:
[MUP][NTOS] Fix some misspellings. By Jared Smudde. CORE-10984

Modified:
    trunk/reactos/drivers/filesystems/mup/mup.c
    trunk/reactos/ntoskrnl/io/iomgr/iofunc.c

Modified: trunk/reactos/drivers/filesystems/mup/mup.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/mup/mup.c?rev=71021&r1=71020&r2=71021&view=diff
==============================================================================
--- trunk/reactos/drivers/filesystems/mup/mup.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/mup/mup.c [iso-8859-1] Fri Mar 18 
10:29:46 2016
@@ -2157,7 +2157,7 @@
                     
ExReleaseResourceLite(&MasterQueryContext->QueryPathListLock);
 
                     /* Query the provider !*/
-                    DPRINT1("Requeting UNC provider: %wZ\n", 
&UncProvider->DeviceName);
+                    DPRINT1("Requesting UNC provider: %wZ\n", 
&UncProvider->DeviceName);
                     DPRINT("Calling: %wZ\n", 
&UncProvider->DeviceObject->DriverObject->DriverName);
                     Status = IoCallDriver(UncProvider->DeviceObject, QueryIrp);
                 }

Modified: trunk/reactos/ntoskrnl/io/iomgr/iofunc.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/iofunc.c?rev=71021&r1=71020&r2=71021&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/io/iomgr/iofunc.c    [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/iofunc.c    [iso-8859-1] Fri Mar 18 
10:29:46 2016
@@ -704,7 +704,7 @@
     /* Check if this was synch I/O */
     if (!LocalEvent)
     {
-        /* Check if the requet is pending */
+        /* Check if the request is pending */
         if (Status == STATUS_PENDING)
         {
             /* Wait on the file object */
@@ -1217,7 +1217,7 @@
     /* Check if this was synch I/O */
     if (!LocalEvent)
     {
-        /* Check if the requet is pending */
+        /* Check if the request is pending */
         if (Status == STATUS_PENDING)
         {
             /* Wait on the file object */


Reply via email to