From 78792824900c267e4cd22bb30bb3573af2aa7db5 Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Sun, 25 Oct 2015 11:15:14 -0600 Subject: [PATCH] resources use -> resource use --- website/source/docs/drivers/qemu.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/drivers/qemu.html.md b/website/source/docs/drivers/qemu.html.md index 86c8cc58a..31c92f9e2 100644 --- a/website/source/docs/drivers/qemu.html.md +++ b/website/source/docs/drivers/qemu.html.md @@ -57,6 +57,6 @@ workloads. Nomad can use Qemu KVM's hardware-assisted virtualization to deliver better performance. Virtualization provides the highest level of isolation for workloads that -require additional security, and resources use is constrained by the Qemu +require additional security, and resource use is constrained by the Qemu hypervisor rather than the host kernel. VM network traffic still flows through the host's interface(s).