Index: drivers/filesystems/mup/mup.c =================================================================== --- drivers/filesystems/mup/mup.c (revision 71016) +++ drivers/filesystems/mup/mup.c (working copy) @@ -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); } Index: ntoskrnl/io/iomgr/iofunc.c =================================================================== --- ntoskrnl/io/iomgr/iofunc.c (revision 71016) +++ ntoskrnl/io/iomgr/iofunc.c (working copy) @@ -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 */