diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-01 19:37:33 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-01 19:37:33 +0000 |
commit | 75f46cf6c81eff6229b9579513b6e7769b91d75d (patch) | |
tree | 0915c4e45d9b930a70f4e5e0d87c272630e6ade2 /lib/libvmmapi/vmmapi.h | |
parent | 7b45c9dfe1181992c75439a067e7462ad92e9bd4 (diff) |
Notes
Diffstat (limited to 'lib/libvmmapi/vmmapi.h')
-rw-r--r-- | lib/libvmmapi/vmmapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvmmapi/vmmapi.h b/lib/libvmmapi/vmmapi.h index 57f8c564ed2df..98eee60a86195 100644 --- a/lib/libvmmapi/vmmapi.h +++ b/lib/libvmmapi/vmmapi.h @@ -176,7 +176,7 @@ int vm_get_hpet_capabilities(struct vmctx *ctx, uint32_t *capabilities); /* * Translate the GLA range [gla,gla+len) into GPA segments in 'iov'. - * The 'iovcnt' should be big enough to accomodate all GPA segments. + * The 'iovcnt' should be big enough to accommodate all GPA segments. * * retval fault Interpretation * 0 0 Success |