[DRIVERS] Spelling fixes by Josh Soref. CORE-12286
[reactos.git] / reactos / drivers / filters / mountmgr / notify.c
index 197dc46..8b7c676 100644 (file)
@@ -330,7 +330,7 @@ MountMgrNotify(IN PDEVICE_EXTENSION DeviceExtension)
     }
     IoReleaseCancelSpinLock(OldIrql);
 
-    /* Then, notifiy them one by one */
+    /* Then, notify them one by one */
     while (!IsListEmpty(&CopyList))
     {
         NextEntry = RemoveHeadList(&CopyList);