]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - drivers/i2c/busses/i2c-mxs.c
Fix common misspellings
[mirror_ubuntu-eoan-kernel.git] / drivers / i2c / busses / i2c-mxs.c
index caf96dc8ca1b9ba5aca46b4fcf7f7a91147d565b..7e78f7c87857c7f0d7af5417064f19e822b4a5f4 100644 (file)
@@ -149,7 +149,7 @@ static void mxs_i2c_pioq_setup_write(struct mxs_i2c_dev *i2c,
         * We have to copy the slave address (u8) and buffer (arbitrary number
         * of u8) into the data register (u32). To achieve that, the u8 are put
         * into the MSBs of 'data' which is then shifted for the next u8. When
-        * apropriate, 'data' is written to MXS_I2C_DATA. So, the first u32
+        * appropriate, 'data' is written to MXS_I2C_DATA. So, the first u32
         * looks like this:
         *
         *  3          2          1          0