summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ec_commands.h')
-rw-r--r--include/ec_commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 64b77d3e3b..2cdb4df192 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -4121,7 +4121,7 @@ struct ec_response_power_info_v1 {
#define EC_I2C_STATUS_ERROR (EC_I2C_STATUS_NAK | EC_I2C_STATUS_TIMEOUT)
struct ec_params_i2c_passthru_msg {
- uint16_t addr_flags; /* I2C slave address and flags */
+ uint16_t addr_flags; /* I2C periph address and flags */
uint16_t len; /* Number of bytes to read or write */
} __ec_align2;
@@ -5843,7 +5843,7 @@ struct ec_response_battery_dynamic_info {
} __ec_align2;
/*
- * Control charger chip. Used to control charger chip on the slave.
+ * Control charger chip. Used to control charger chip on the periph.
*/
#define EC_CMD_CHARGER_CONTROL 0x0602