/** 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
/* 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