All comments in the library, bootloaders, demos and projects have now been spell...
[pub/USBasp.git] / Demos / Device / MassStorage / MassStorage.c
index 92e3307..4032648 100644 (file)
@@ -56,7 +56,7 @@ CommandBlockWrapper_t  CommandBlock;
 /** Structure to hold the latest Command Status Wrapper to return to the host, containing the status of the last issued command. */\r
 CommandStatusWrapper_t CommandStatus = { Signature: CSW_SIGNATURE };\r
 \r
-/** Flag to asyncronously abort any in-progress data transfers upon the reception of a mass storage reset command. */\r
+/** Flag to asynchronously abort any in-progress data transfers upon the reception of a mass storage reset command. */\r
 volatile bool          IsMassStoreReset = false;\r
 \r
 /** Main program entry point. This routine configures the hardware required by the application, then\r
@@ -262,7 +262,7 @@ TASK(USB_MassStorage)
                                /* Return command status block to the host */\r
                                ReturnCommandStatus();\r
                                \r
-                               /* Check if a Mass Storage Reset ocurred */\r
+                               /* Check if a Mass Storage Reset occurred */\r
                                if (IsMassStoreReset)\r
                                {\r
                                        /* Reset the data endpoint banks */\r