summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>2021-11-08 15:17:52 -0800
committerGitHub <noreply@github.com>2021-11-08 15:17:52 -0800
commit226c987b1aff22cad7c3f00b1d7a2b4275de7bd5 (patch)
tree62eb2e617216b0095e608fc338bf9bf769d335a2
parentde3d043f7423f5dd22591e7179eb5560e5d4ad97 (diff)
downloadfreertos-git-226c987b1aff22cad7c3f00b1d7a2b4275de7bd5.tar.gz
Remove non-ASCII characters (#701)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
-rw-r--r--FreeRTOS-Plus/Source/Application-Protocols/network_transport/freertos_plus_tcp/using_plaintext/using_plaintext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeRTOS-Plus/Source/Application-Protocols/network_transport/freertos_plus_tcp/using_plaintext/using_plaintext.h b/FreeRTOS-Plus/Source/Application-Protocols/network_transport/freertos_plus_tcp/using_plaintext/using_plaintext.h
index 33d49cee7..10b2e2093 100644
--- a/FreeRTOS-Plus/Source/Application-Protocols/network_transport/freertos_plus_tcp/using_plaintext/using_plaintext.h
+++ b/FreeRTOS-Plus/Source/Application-Protocols/network_transport/freertos_plus_tcp/using_plaintext/using_plaintext.h
@@ -119,7 +119,7 @@ PlaintextTransportStatus_t Plaintext_FreeRTOS_Disconnect( const NetworkContext_t
/**
* @brief Receives data from an established TCP connection.
*
- * @note When the number of bytes requested is 1, the TCP socket’s Rx stream
+ * @note When the number of bytes requested is 1, the TCP socket's Rx stream
* is checked for available bytes to read. If there are none, this function
* immediately returns 0 without blocking.
*