]> git.sur5r.net Git - freertos/commitdiff
Minor updates to comments only.
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 17 May 2018 17:50:14 +0000 (17:50 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 17 May 2018 17:50:14 +0000 (17:50 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2541 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Source/portable/GCC/IA32_flat/portmacro.h
FreeRTOS/Source/tasks.c

index 230d94eb9d8df19e97bac1a92889ed9e44b4a3da..4f45a11515b84335590aaf9a2eb864e280455f44 100644 (file)
@@ -244,19 +244,19 @@ BaseType_t xPortInstallInterruptHandler( ISR_Handler_t pxHandler, uint32_t ulVec
 \r
                This method can always be used.  It is slightly more complex than\r
                method 1 but benefits from a faster interrupt entry time. */\r
-       #warning config_USE_COMMON_INTERRUPT_ENTRY_POINT was not defined in FreeRTOSConfig.h and has been defaulted to 1.\r
+       #warning configUSE_COMMON_INTERRUPT_ENTRY_POINT was not defined in FreeRTOSConfig.h and has been defaulted to 1.\r
        #define configUSE_COMMON_INTERRUPT_ENTRY_POINT  1\r
 #endif\r
 \r
 #ifndef configISR_STACK_SIZE\r
-       /* Interrupt entry code will switch the stack in use to a dedicated system \r
+       /* Interrupt entry code will switch the stack in use to a dedicated system\r
        stack.\r
 \r
        configISR_STACK_SIZE defines the number of 32-bit values that can be stored\r
        on the system stack, and must be large enough to hold a potentially nested\r
        interrupt stack frame. */\r
 \r
-       #error configISE_STACK_SIZE was not defined in FreeRTOSConfig.h.\r
+       #error configISR_STACK_SIZE was not defined in FreeRTOSConfig.h.\r
 #endif\r
 \r
 #ifndef configMAX_API_CALL_INTERRUPT_PRIORITY\r
index b6f4cccd6985fb48625693b1c4f7173adb4333c1..41c47f8f29532e3f0834d73545a70b8f03b9cac1 100644 (file)
@@ -1370,7 +1370,7 @@ static void prvAddNewTaskToReadyList( TCB_t *pxNewTCB )
                                        {\r
                                                #if( configUSE_TASK_NOTIFICATIONS == 1 )\r
                                                {\r
-                                                       /* The task does not appear on the vent list item of\r
+                                                       /* The task does not appear on the event list item of\r
                                                        and of the RTOS objects, but could still be in the\r
                                                        blocked state if it is waiting on its notification\r
                                                        rather than waiting on an object. */\r