Revert the sync.
[reactos.git] / drivers / ksfilter / ks / allocators.c
index 5a4970f..3040a04 100644 (file)
@@ -251,7 +251,7 @@ IKsAllocator_fnDeviceIoControl(
         }
     }
 
-    /* unhandled request */
+    /* unhandeled request */
     Irp->IoStatus.Status = STATUS_NOT_SUPPORTED;
     IoCompleteRequest(Irp, IO_NO_INCREMENT);