diff options
author | Rami Rosen <ramirose@gmail.com> | 2018-09-18 16:38:49 +0200 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2018-09-25 15:33:48 +0200 |
commit | 35449adce847400ca8af25702be112fd67f42439 (patch) | |
tree | e014ea9ef3ee7d8494cad41c8cc61c9874e8172d /drivers/iommu | |
parent | iommu: Remove .domain_{get,set}_windows (diff) | |
download | linux-35449adce847400ca8af25702be112fd67f42439.tar.xz linux-35449adce847400ca8af25702be112fd67f42439.zip |
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>
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c index e9b50abc02a4..8b024b1f60c9 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 |