[DRIVERS] Spelling fixes by Josh Soref. CORE-12286
[reactos.git] / reactos / drivers / sac / driver / dispatch.c
index d1cda63..6094418 100644 (file)
@@ -114,7 +114,7 @@ UnloadHandler(IN PDRIVER_OBJECT DriverObject)
     PDEVICE_OBJECT DeviceObject, NextDevice;
     SAC_DBG(SAC_DBG_ENTRY_EXIT, "SAC UnloadHandler: Entering.\n");
 
-    /* Go overy ever device part of the driver */
+    /* Go over every device part of the driver */
     DeviceObject = DriverObject->DeviceObject;
     while (DeviceObject)
     {