Date: Mon, 20 Jul 2015 19:51:42 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285724 - head/sys/x86/iommu Message-ID: <201507201951.t6KJpgrv029313@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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++;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507201951.t6KJpgrv029313>