From: Sean Anderson Date: Fri, 7 Aug 2020 17:13:34 +0000 (-0400) Subject: spi: Fix typo in header X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=40fc33fae0bf72ddad8a0ed48130180acb74ffb2;p=u-boot.git spi: Fix typo in header Spelling. Signed-off-by: Sean Anderson Reviewed-by: Jagan Teki --- 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)