Fix spelling mistakes copied and pasted into a couple of RISC-V demo main.c files.
diff --git a/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/full_demo/RegTest.S b/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/full_demo/RegTest.S
index ca2c01b..64ed555 100644
--- a/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/full_demo/RegTest.S
+++ b/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/full_demo/RegTest.S
@@ -48,7 +48,7 @@
  * main_full.c.

  */

 

-.align( 8 )

+.align( 4 )

 vRegTest1Implementation:

 

 	/* Fill the additional registers with known values. */

@@ -193,12 +193,12 @@
 	ebreak

 	jal reg1_error_loop

 

-.align( 16 )

+.align( 4 )

 ulRegTest1LoopCounterConst: .word ulRegTest1LoopCounter

 

 /*-----------------------------------------------------------*/

 

-.align( 8 )

+.align( 4 )

 vRegTest2Implementation:

 

 	/* Fill the additional registers with known values. */

@@ -340,7 +340,7 @@
 	ebreak

 	jal reg2_error_loop

 

-.align( 16 )

+.align( 4 )

 ulRegTest2LoopCounterConst: .word ulRegTest2LoopCounter