mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[MUP][NTOS] Fix some misspellings. By Jared Smudde. CORE-10984
svn path=/trunk/; revision=71021
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user