Explorar o código

iommu: Fix a typo

This patch fixes a typo in iommu.c.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Rami Rosen %!s(int64=6) %!d(string=hai) anos
pai
achega
35449adce8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/iommu/iommu.c

+ 1 - 1
drivers/iommu/iommu.c

@@ -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