summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-17 12:32:47 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-19 20:15:40 +0000
commit69825c3b1d57dd1c46723c8f69a80e24d70136e6 (patch)
tree738f1be10ce5a79229ba60fe8a7ec0cd112203dc /docs
parent22bef7dfb1421dcc0e70bbddeafde76efa2748e4 (diff)
downloadchrome-ec-69825c3b1d57dd1c46723c8f69a80e24d70136e6.tar.gz
coil: replace non-inclusive terms with "validity"
BUG=b:173227629 TEST=make buildall -j Change-Id: Iaf8028984cc58cc4108907fdba4ea4b38c43cf70 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3293250 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
Diffstat (limited to 'docs')
-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.