iommu: Fix a typo
authorRami Rosen <ramirose@gmail.com>
Tue, 18 Sep 2018 14:38:49 +0000 (17:38 +0300)
committerJoerg Roedel <jroedel@suse.de>
Tue, 25 Sep 2018 13:33:48 +0000 (15:33 +0200)
This patch fixes a typo in iommu.c.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/iommu.c

index e9b50ab..8b024b1 100644 (file)
@@ -1425,7 +1425,7 @@ struct iommu_domain *iommu_get_dma_domain(struct device *dev)
 }
 
 /*
- * IOMMU groups are really the natrual working unit of the IOMMU, but
+ * IOMMU groups are really the natural working unit of the IOMMU, but
  * the IOMMU API works on domains and devices.  Bridge that gap by
  * iterating over the devices in a group.  Ideally we'd have a single
  * device which represents the requestor ID of the group, but we also