summaryrefslogtreecommitdiff
path: root/util/cros_ec_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/cros_ec_dev.h')
-rw-r--r--util/cros_ec_dev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cros_ec_dev.h b/util/cros_ec_dev.h
index f56c3ef67f..f6f5a5542c 100644
--- a/util/cros_ec_dev.h
+++ b/util/cros_ec_dev.h
@@ -19,7 +19,7 @@
* @outdata: Outgoing data to EC
* @outsize: Outgoing length in bytes
* @indata: Where to put the incoming data from EC
- * @insize: Incoming length in bytes (filled in by EC)
+ * @insize: On call, how much we can accept. On return, how much we got.
* @result: EC's response to the command (separate from communication failure)
* ioctl returns zero on success, negative on error
*/