summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/intel
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-03 22:07:18 +0000
committerpfg <pfg@FreeBSD.org>2016-05-03 22:07:18 +0000
commit826c10b2f366c8c6ecf0ceec0d97d59d642e87fc (patch)
tree58bc77b9c2c7d36a3b20289aa290284db26d315b /sys/amd64/vmm/intel
parent4c0eff3af1d173b40acb0588ec1575b3ae9abfae (diff)
downloadFreeBSD-src-826c10b2f366c8c6ecf0ceec0d97d59d642e87fc.zip
FreeBSD-src-826c10b2f366c8c6ecf0ceec0d97d59d642e87fc.tar.gz
vmm(4): Small spelling fixes.
Reviewed by: grehan
Diffstat (limited to 'sys/amd64/vmm/intel')
-rw-r--r--sys/amd64/vmm/intel/vtd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/vmm/intel/vtd.c b/sys/amd64/vmm/intel/vtd.c
index be57aff..f3b7a98 100644
--- a/sys/amd64/vmm/intel/vtd.c
+++ b/sys/amd64/vmm/intel/vtd.c
@@ -463,7 +463,7 @@ vtd_update_mapping(void *arg, vm_paddr_t gpa, vm_paddr_t hpa, uint64_t len,
panic("vtd_create_mapping: unaligned len 0x%0lx", len);
/*
- * Compute the size of the mapping that we can accomodate.
+ * Compute the size of the mapping that we can accommodate.
*
* This is based on three factors:
* - supported super page size
OpenPOWER on IntegriCloud