From a6cc0b082f0ec14695c2813bbf0de702080d1352 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 19 Apr 2022 15:01:31 +0200 Subject: i2c: ihs: intel: Fix typo in comments (actual) s/actucal/actual/g Signed-off-by: Michal Simek Reviewed-by: Heiko Schocher --- drivers/i2c/intel_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/i2c/intel_i2c.c') diff --git a/drivers/i2c/intel_i2c.c b/drivers/i2c/intel_i2c.c index dc26fa8c542..4fc6f1a11a7 100644 --- a/drivers/i2c/intel_i2c.c +++ b/drivers/i2c/intel_i2c.c @@ -213,7 +213,7 @@ static int intel_i2c_xfer(struct udevice *bus, struct i2c_msg *msg, int nmsgs) /* * We expect either two messages (one with an offset and one with the - * actucal data) or one message (just data) + * actual data) or one message (just data) */ if (nmsgs > 2 || nmsgs == 0) { debug("%s: Only one or two messages are supported", __func__); -- cgit v1.2.3