From 1895838e7a3807a6fce324f0dfed193a3821f6df Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 7 Aug 2018 12:23:16 +0200 Subject: src/drivers: Fix typo Change-Id: I9144937b72a98517cbd41c093cff7bad543b4140 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/27916 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/drivers/i2c/designware/dw_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/i2c/designware/dw_i2c.c') diff --git a/src/drivers/i2c/designware/dw_i2c.c b/src/drivers/i2c/designware/dw_i2c.c index 12284b6812..d190d869e2 100644 --- a/src/drivers/i2c/designware/dw_i2c.c +++ b/src/drivers/i2c/designware/dw_i2c.c @@ -360,7 +360,7 @@ static int _dw_i2c_transfer(unsigned int bus, const struct i2c_msg *segments, } /* The assumption is that the host controller is disabled -- either - after running this function or from performing the intialization + after running this function or from performing the initialization sequence in dw_i2c_init(). */ /* Set target slave address */ -- cgit v1.2.3