Commit 35449adc authored by Rami Rosen's avatar Rami Rosen Committed by Joerg Roedel

iommu: Fix a typo

This patch fixes a typo in iommu.c.
Signed-off-by: default avatarRami Rosen <ramirose@gmail.com>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 5131e08c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment