From cb9df5c5d6a9ca576ff8682da870872d089267c7 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 14 Oct 2008 11:10:46 +0100 Subject: [PATCH] vt-d: Fix comment typos. Signed-off-by: Ameya Palande <2ameya@gmail.com> --- xen/drivers/passthrough/vtd/iommu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/drivers/passthrough/vtd/iommu.c b/xen/drivers/passthrough/vtd/iommu.c index 48c7463663..16601e56eb 100644 --- a/xen/drivers/passthrough/vtd/iommu.c +++ b/xen/drivers/passthrough/vtd/iommu.c @@ -346,7 +346,7 @@ static int flush_context_reg( cpu_relax(); } spin_unlock_irqrestore(&iommu->register_lock, flag); - /* flush context entry will implictly flush write buffer */ + /* flush context entry will implicitly flush write buffer */ return 0; } @@ -453,7 +453,7 @@ static int flush_iotlb_reg(void *_iommu, u16 did, dprintk(XENLOG_INFO VTDPREFIX, "IOMMU: tlb flush request %x, actual %x\n", (u32)DMA_TLB_IIRG(type), (u32)DMA_TLB_IAIG(val)); - /* flush context entry will implictly flush write buffer */ + /* flush iotlb entry will implicitly flush write buffer */ return 0; } -- 2.30.2