diff mbox series

[v2,4/4] spi: Fix typo in header

Message ID 20200807171334.307491-5-seanga2@gmail.com
State Accepted
Commit 40fc33fae0bf72ddad8a0ed48130180acb74ffb2
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series Misc fixes/cleanup | expand

Commit Message

Sean Anderson Aug. 7, 2020, 5:13 p.m. UTC
Spelling.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
---

(no changes since v1)

 include/spi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/spi.h b/include/spi.h
index ef8c1f6692..2d34e4af11 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)