[STORPORT] Fix x64 build
[reactos.git] / ntoskrnl / ke / config.c
index ae01ca8..9c40183 100644 (file)
@@ -122,6 +122,6 @@ KeFindConfigurationNextEntry(IN PCONFIGURATION_COMPONENT_DATA Child,
         Child = Child->Child;
     }
 
-    /* If we got here, nothign was found */
+    /* If we got here, nothing was found */
     return NULL;
 }