]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cmd/i2c.c
dm: gpio: print error messages from DT with printf() rather than hiding them behind...
[karo-tx-uboot.git] / cmd / i2c.c
index 18ce789d7edd916bd704e776b70afedaa3b446d7..473153fbd4737a7949a3f22b0c5a29b7009b941b 100644 (file)
--- a/cmd/i2c.c
+++ b/cmd/i2c.c
@@ -178,7 +178,7 @@ static int i2c_get_cur_bus_chip(uint chip_addr, struct udevice **devp)
  * i2c_init_board() - Board-specific I2C bus init
  *
  * This function is the default no-op implementation of I2C bus
- * initialization. This function can be overriden by board-specific
+ * initialization. This function can be overridden by board-specific
  * implementation if needed.
  */
 __weak