mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[MUP][NTOS] Fix some misspellings. By Jared Smudde. CORE-10984
svn path=/trunk/; revision=71021
This commit is contained in:
parent
acf15ae965
commit
024dcc7549
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue