aboutsummaryrefslogtreecommitdiff
path: root/include/spi.h
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-08-07 13:13:34 -0400
committerJagan Teki <jagan@amarulasolutions.com>2020-12-18 16:16:36 +0530
commit40fc33fae0bf72ddad8a0ed48130180acb74ffb2 (patch)
tree3380055f8c959bcf5e6ab442f1bde0099bf52be2 /include/spi.h
parent55a2bec7b570fdbc32211e487f2a4d51ccd56c8c (diff)
downloadu-boot-40fc33fae0bf72ddad8a0ed48130180acb74ffb2.zip
u-boot-40fc33fae0bf72ddad8a0ed48130180acb74ffb2.tar.gz
u-boot-40fc33fae0bf72ddad8a0ed48130180acb74ffb2.tar.bz2
spi: Fix typo in header
Spelling. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'include/spi.h')
-rw-r--r--include/spi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spi.h b/include/spi.h
index ef8c1f6..2d34e4a 100644
--- a/include/spi.h
+++ b/include/spi.h
@@ -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)