* (such as xStreamBufferSend()) inside a critical section and set the send\r
* block time to 0. Likewise, if there are to be multiple different readers\r
* then the application writer must place each call to a reading API function\r
- * (such as xStreamBufferRead()) inside a critical section section and set the\r
+ * (such as xStreamBufferReceive()) inside a critical section section and set the\r
* receive block time to 0.\r
*\r
*/\r
* (such as xStreamBufferSend()) inside a critical section and set the send\r
* block time to 0. Likewise, if there are to be multiple different readers\r
* then the application writer must place each call to a reading API function\r
- * (such as xStreamBufferRead()) inside a critical section and set the receive\r
+ * (such as xStreamBufferReceive()) inside a critical section and set the receive\r
* block time to 0.\r
*\r
* Use xStreamBufferSend() to write to a stream buffer from a task. Use\r
* (such as xStreamBufferSend()) inside a critical section and set the send\r
* block time to 0. Likewise, if there are to be multiple different readers\r
* then the application writer must place each call to a reading API function\r
- * (such as xStreamBufferRead()) inside a critical section and set the receive\r
+ * (such as xStreamBufferReceive()) inside a critical section and set the receive\r
* block time to 0.\r
*\r
* Use xStreamBufferSend() to write to a stream buffer from a task. Use\r
* (such as xStreamBufferSend()) inside a critical section and set the send\r
* block time to 0. Likewise, if there are to be multiple different readers\r
* then the application writer must place each call to a reading API function\r
- * (such as xStreamBufferRead()) inside a critical section and set the receive\r
+ * (such as xStreamBufferReceive()) inside a critical section and set the receive\r
* block time to 0.\r
*\r
* Use xStreamBufferReceive() to read from a stream buffer from a task. Use\r