Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / uwb / umc.h
index 4b4fc0f4385578548b70e1bb841599a387b454d9..7b4842028ca73420dde81dae18bf3ff50bbc409f 100644 (file)
@@ -132,7 +132,7 @@ int umc_match_pci_id(struct umc_driver *umc_drv, struct umc_dev *umc);
  *
  * FIXME: This is as dirty as it gets, but we need some way to check
  * the correct type of umc_dev->parent (so that for example, we can
- * cast to pci_dev). Casting to pci_dev is necesary because at some
+ * cast to pci_dev). Casting to pci_dev is necessary because at some
  * point we need to request resources from the device. Mapping is
  * easily over come (ioremap and stuff are bus agnostic), but hooking
  * up to some error handlers (such as pci error handlers) might need