From: Keir Fraser Date: Tue, 14 Oct 2008 10:10:46 +0000 (+0100) Subject: vt-d: Fix comment typos. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14080 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cb9df5c5d6a9ca576ff8682da870872d089267c7;p=xen.git vt-d: Fix comment typos. Signed-off-by: Ameya Palande <2ameya@gmail.com> --- 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; }