[MUP][NTOS] Fix some misspellings. By Jared Smudde. CORE-10984

svn path=/trunk/; revision=71021
This commit is contained in:
Amine Khaldi 2016-03-18 10:29:46 +00:00
parent acf15ae965
commit 024dcc7549
2 changed files with 3 additions and 3 deletions

View file

@ -2157,7 +2157,7 @@ CreateRedirectedFile(PIRP Irp,
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);
}

View file

@ -704,7 +704,7 @@ IopQueryDeviceInformation(IN PFILE_OBJECT FileObject,
/* 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 @@ IoSetInformation(IN PFILE_OBJECT FileObject,
/* 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 */