X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/922e60192dc089654a82be0d789fb7a8ecc47039..8c6c27d88bb40ecf55f369fc4499ec990d2d93d2:/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c diff --git a/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c b/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c index 1deefbcb6..ff01dc0f2 100644 --- a/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c +++ b/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c @@ -50,7 +50,6 @@ #define INCLUDE_FROM_MASSSTORE_COMMANDS_C #include "MassStoreCommands.h" -/* Globals: */ /** Current Tag value used in issued CBWs to the device. This is automatically incremented * each time a command is sent, and is not externally accessible. */ @@ -238,7 +237,7 @@ static uint8_t MassStore_GetReturnedStatus(CommandStatusWrapper_t* SCSICommandSt { uint8_t ErrorCode = PIPE_RWSTREAM_NoError; - /* If an error in the command ocurred, abort */ + /* If an error in the command occurred, abort */ if ((ErrorCode = MassStore_WaitForDataReceived()) != PIPE_RWSTREAM_NoError) return ErrorCode;