From: Rami Rosen Date: Tue, 18 Sep 2018 14:38:49 +0000 (+0300) Subject: iommu: Fix a typo X-Git-Tag: v4.20-rc1~106^2^7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35449adce847400ca8af25702be112fd67f42439;p=thirdparty%2Fkernel%2Flinux.git iommu: Fix a typo This patch fixes a typo in iommu.c. Signed-off-by: Rami Rosen Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c index e9b50abc02a4a..8b024b1f60c98 100644 --- a/drivers/iommu/iommu.c +++ b/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