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>
This commit is contained in:
Rami Rosen 2018-09-18 17:38:49 +03:00 committed by Joerg Roedel
parent 5131e08cd0
commit 35449adce8
1 changed files with 1 additions and 1 deletions

View 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