]> git.sur5r.net Git - freertos/commitdiff
Fix spelling of priority in comments.
authorgaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 18 Mar 2019 23:28:03 +0000 (23:28 +0000)
committergaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 18 Mar 2019 23:28:03 +0000 (23:28 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2647 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c

index 11d4c94a4c606e4c68c328501be8b67469df183b..12829524cc7ef0696def4f5c9809700f00ed1744 100644 (file)
@@ -175,7 +175,7 @@ void vPortStartFirstTask( void )
  */\r
 BaseType_t xPortStartScheduler( void )\r
 {\r
-       /* Make PendSV, CallSV and SysTick the same priroity as the kernel. */\r
+       /* Make PendSV, CallSV and SysTick the same priority as the kernel. */\r
        *(portNVIC_SYSPRI2) |= portNVIC_PENDSV_PRI;\r
        *(portNVIC_SYSPRI2) |= portNVIC_SYSTICK_PRI;\r
 \r
index d1fd799839b868f8d33e438f34cbe13d5234a2e7..fe51d3fbe3ea248f9b88cf2139a6c2dd92713088 100644 (file)
@@ -157,7 +157,7 @@ __asm void prvPortStartFirstTask( void )
  */\r
 BaseType_t xPortStartScheduler( void )\r
 {\r
-       /* Make PendSV, CallSV and SysTick the same priroity as the kernel. */\r
+       /* Make PendSV, CallSV and SysTick the same priority as the kernel. */\r
        *(portNVIC_SYSPRI2) |= portNVIC_PENDSV_PRI;\r
        *(portNVIC_SYSPRI2) |= portNVIC_SYSTICK_PRI;\r
 \r