]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - drivers/i2c/i2c-core.c
Fix common misspellings
[mirror_ubuntu-eoan-kernel.git] / drivers / i2c / i2c-core.c
index e5f76a0372fd6f6e9d1fa063b60a07ffb08fb781..70c30e6bce0b2efcfbdee8f90bfd620d62319bd9 100644 (file)
@@ -348,7 +348,7 @@ EXPORT_SYMBOL(i2c_verify_client);
 
 
 /* This is a permissive address validity check, I2C address map constraints
- * are purposedly not enforced, except for the general call address. */
+ * are purposely not enforced, except for the general call address. */
 static int i2c_check_client_addr_validity(const struct i2c_client *client)
 {
        if (client->flags & I2C_CLIENT_TEN) {