diff options
| author | Sean Anderson <[email protected]> | 2020-08-07 13:13:34 -0400 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2020-12-18 16:16:36 +0530 |
| commit | 40fc33fae0bf72ddad8a0ed48130180acb74ffb2 (patch) | |
| tree | 3380055f8c959bcf5e6ab442f1bde0099bf52be2 /include/spi.h | |
| parent | 55a2bec7b570fdbc32211e487f2a4d51ccd56c8c (diff) | |
spi: Fix typo in header
Spelling.
Signed-off-by: Sean Anderson <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Diffstat (limited to 'include/spi.h')
| -rw-r--r-- | include/spi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spi.h b/include/spi.h index ef8c1f6692e..2d34e4af118 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) |
