Skip to content

Commit 4633870

Browse files
authored
Replace two dashes and one whitespace with their corresponding ASCII characters. (#362)
1 parent 9af72db commit 4633870

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Have a bug to report or feature to request? Follow these steps:
2323

2424
When creating a new topic on the forums or filing an issue, please include as many relevant details as possible. Examples include:
2525

26-
* A clear description of the situation what you observe, what you expect, and your view on how the two differ.
26+
* A clear description of the situation - what you observe, what you expect, and your view on how the two differ.
2727
* A reproducible test case or sequence of steps.
2828
* The version of our code being used.
2929
* Any modifications you've made relevant to the bug.

include/task.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2777,7 +2777,7 @@ void vTaskSetTimeOutState( TimeOut_t * const pxTimeOut ) PRIVILEGED_FUNCTION;
27772777
* // spent in the Blocked state does not exceed MAX_TIME_TO_WAIT. This
27782778
* // continues until either the buffer contains at least uxWantedBytes bytes,
27792779
* // or the total amount of time spent in the Blocked state reaches
2780-
* // MAX_TIME_TO_WAIT at which point the task reads however many bytes are
2780+
* // MAX_TIME_TO_WAIT - at which point the task reads however many bytes are
27812781
* // available up to a maximum of uxWantedBytes.
27822782
*
27832783
* size_t xUART_Receive( uint8_t *pucBuffer, size_t uxWantedBytes )

portable/GCC/MCF5235/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
The MCF5235 port is deprecated. The last FreeRTOS version that includes this port is 10.4.3.
1+
The MCF5235 port is deprecated. The last FreeRTOS version that includes this port is 10.4.3.
22

0 commit comments

Comments
 (0)