]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
spi: Fix typo in header
authorSean Anderson <seanga2@gmail.com>
Fri, 7 Aug 2020 17:13:34 +0000 (13:13 -0400)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 18 Dec 2020 10:46:36 +0000 (16:16 +0530)
Spelling.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
include/spi.h

index ef8c1f6692e23ae930faa5c17d97ffc248785a46..2d34e4af1185425f5141b13db5a8a65a71670186 100644 (file)
@@ -51,7 +51,7 @@ struct dm_spi_bus {
  * struct from a spi_slave, use dev_get_parent_platdata(dev) or
  * dev_get_parent_platdata(slave->dev).
  *
- * This data is immuatable. Each time the device is probed, @max_hz and @mode
+ * This data is immutable. Each time the device is probed, @max_hz and @mode
  * will be copied to struct spi_slave.
  *
  * @cs:                Chip select number (0..n-1)