svn commit: r285724 - head/sys/x86/iommu

Konstantin Belousov kib at FreeBSD.org
Mon Jul 20 19:51:43 UTC 2015


Author: kib
Date: Mon Jul 20 19:51:41 2015
New Revision: 285724
URL: https://svnweb.freebsd.org/changeset/base/285724

Log:
  Typo in comment.

Modified:
  head/sys/x86/iommu/intel_idpgtbl.c

Modified: head/sys/x86/iommu/intel_idpgtbl.c
==============================================================================
--- head/sys/x86/iommu/intel_idpgtbl.c	Mon Jul 20 17:48:00 2015	(r285723)
+++ head/sys/x86/iommu/intel_idpgtbl.c	Mon Jul 20 19:51:41 2015	(r285724)
@@ -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++;


More information about the svn-src-head mailing list