Skip to content

Commit 7a0253d

Browse files
committed
typos
1 parent 3100f58 commit 7a0253d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/message_buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ BaseType_t xMessageBufferReceiveCompletedFromISR( MessageBufferHandle_t xStreamB
796796
#define xMessageBufferReceiveCompletedFromISR( xMessageBuffer, pxHigherPriorityTaskWoken ) xStreamBufferReceiveCompletedFromISR( ( StreamBufferHandle_t ) xMessageBuffer, pxHigherPriorityTaskWoken )
797797

798798
#if defined( __cplusplus )
799-
} /* extern "C" */
799+
}
800800
#endif
801801

802802
#endif /* !defined( FREERTOS_MESSAGE_BUFFER_H ) */

src/tasks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@ void vTaskSuspendAll( void )
21112111
post in the FreeRTOS support forum before reporting this as a bug! -
21122112
http://goo.gl/wu4acr */
21132113

2114-
/* portSOFRWARE_BARRIER() is only implemented for emulated/simulated ports that
2114+
/* portSOFTWARE_BARRIER() is only implemented for emulated/simulated ports that
21152115
do not otherwise exhibit real time behaviour. */
21162116
portSOFTWARE_BARRIER();
21172117

0 commit comments

Comments
 (0)