summaryrefslogtreecommitdiffstats
path: root/sys/x86
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-07-20 19:51:41 +0000
committerkib <kib@FreeBSD.org>2015-07-20 19:51:41 +0000
commit30aa697d4c69b2ed01aea07e5636ba5d80b739fe (patch)
tree03ef6ba2259ade368da8f6d8b3afe5c2a32f8db5 /sys/x86
parent4f159c3cb81f194941d67064b0676caafcfa9b36 (diff)
downloadFreeBSD-src-30aa697d4c69b2ed01aea07e5636ba5d80b739fe.zip
FreeBSD-src-30aa697d4c69b2ed01aea07e5636ba5d80b739fe.tar.gz
Typo in comment.
Diffstat (limited to 'sys/x86')
-rw-r--r--sys/x86/iommu/intel_idpgtbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/iommu/intel_idpgtbl.c b/sys/x86/iommu/intel_idpgtbl.c
index e105b9b..405976b 100644
--- a/sys/x86/iommu/intel_idpgtbl.c
+++ b/sys/x86/iommu/intel_idpgtbl.c
@@ -386,7 +386,7 @@ retry:
* Prevent potential free while pgtbl_obj is
* unlocked in the recursive call to
* domain_pgtbl_map_pte(), if other thread did
- * pte write and clean while the lock if
+ * pte write and clean while the lock is
* dropped.
*/
m->wire_count++;
OpenPOWER on IntegriCloud