summaryrefslogtreecommitdiff
path: root/common/cmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmsg.c')
-rw-r--r--common/cmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmsg.c b/common/cmsg.c
index f14c13b262..af733e72ef 100644
--- a/common/cmsg.c
+++ b/common/cmsg.c
@@ -60,7 +60,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.
*/