summaryrefslogtreecommitdiff
path: root/docs/packetized-console.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/packetized-console.md')
-rw-r--r--docs/packetized-console.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/packetized-console.md b/docs/packetized-console.md
index 8cbba5b725..b14404bf3e 100644
--- a/docs/packetized-console.md
+++ b/docs/packetized-console.md
@@ -136,7 +136,7 @@ struct console_packet {
* params: 1-8 of objects matching the format of the string indexed by
* 'str_index' above.
*
- * CONSOLE_PACKET_END, as a sanity-check that we haven't dropped
+ * CONSOLE_PACKET_END, as a validity check that we haven't dropped
* anything. A checksum or CRC would be kinda expensive for debug
* data. Note that it is not present if data_len == 0.
*/
@@ -177,4 +177,4 @@ are sent to the console.
Data received out of packets is sent to the console directly and is displayed
using a different color. This, among other things, allows to display text
generated by early boot stages and in general support builds which do not yet
-deploy packet mode. \ No newline at end of file
+deploy packet mode.