]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/main.c
Fix spelling mistakes copied and pasted into a couple of RISC-V demo main.c files.
[freertos] / FreeRTOS / Demo / RISC-V_Renode_Emulator_SoftConsole / main.c
index 700421c70d4661b54adad4b44bd04d8b8b0206b1..1225598ea0606064c2b8b97d4872baf5384bd396 100644 (file)
@@ -71,10 +71,10 @@ void vApplicationIdleHook( void );
 void vApplicationStackOverflowHook( TaskHandle_t pxTask, char *pcTaskName );\r
 void vApplicationTickHook( void );\r
 \r
-/* Prepare haredware to run the demo. */\r
+/* Prepare hardware to run the demo. */\r
 static void prvSetupHardware( void );\r
 \r
-/* Send a messaage to the UART initialised in prvSetupHardware. */\r
+/* Send a message to the UART initialised in prvSetupHardware. */\r
 void vSendString( const char * const pcString );\r
 \r
 /*-----------------------------------------------------------*/\r