[BASE] Spelling fixes by Josh Soref. CORE-12286
[reactos.git] / reactos / base / system / smss / pagefile.c
index 11c34e8..bd4df1a 100644 (file)
@@ -580,7 +580,7 @@ SmpCreatePagingFileOnFixedDrive(IN PSMP_PAGEFILE_DESCRIPTOR Descriptor,
             break;
         }
 
-        /* We failed, try a slighly smaller pagefile */
+        /* We failed, try a slightly smaller pagefile */
         Descriptor->ActualMinSize.QuadPart -= FuzzFactor->QuadPart;
     }