Skip to content

Commit 77f3c8a

Browse files
committed
Fix format and fix typo
1 parent 11f81d5 commit 77f3c8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/include/FreeRTOSIPConfigDefaults.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,15 +1151,15 @@ STATIC_ASSERT( pdMS_TO_TICKS( ipconfigPHY_LS_LOW_CHECK_TIME_MS ) <= portMAX_DELA
11511151
*
11521152
* When running using a SMP kernel, task affinity can be used to prevent
11531153
* concurrent execution of code that does not fully support SMP. Until
1154-
* the TCP library and ports fully supports SMP, it is necessary to set
1154+
* the TCP library and ports fully supports SMP, it is necessary to set
11551155
* the affinity of all tasks which use TCP functions to the same core in
11561156
* order to prevent concurrent execution.
1157-
*
1158-
* An alternative to setting task affinity is to set configRUN_MULTIPLE_PRIOIRITIES
1157+
*
1158+
* An alternative to setting task affinity is to set configRUN_MULTIPLE_PRIORITIES
11591159
* to 0.
1160-
*
1160+
*
11611161
* Task affinity is defined as shifting a bit by the core number.
1162-
*
1162+
*
11631163
* Example:
11641164
* (1U << 0U) //run only on core 0
11651165
* (1U << 1U) //run only on core 1

0 commit comments

Comments
 (0)