From: Martin Kletzander Date: Thu, 31 Jul 2014 17:28:09 +0000 (+0200) Subject: qemu: fix comment in qemu.conf X-Git-Tag: v1.2.8-rc1~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2574b4719c7df02fb667de9724bdfecddfbf802;p=thirdparty%2Flibvirt.git qemu: fix comment in qemu.conf There are multiple mount points after commit 725a211f, but one comment wasn't changed to use plurals. Signed-off-by: Martin Kletzander --- diff --git a/src/qemu/qemu.conf b/src/qemu/qemu.conf index a079b93d20..7bbbe09d58 100644 --- a/src/qemu/qemu.conf +++ b/src/qemu/qemu.conf @@ -339,8 +339,8 @@ # The size of huge page served by specific mount point is determined by # libvirt at the daemon startup. # -# NB, within this mount point, guests will create memory backing files -# in a location of $MOUNTPOINT/libvirt/qemu +# NB, within these mount points, guests will create memory backing +# files in a location of $MOUNTPOINT/libvirt/qemu # #hugetlbfs_mount = "/dev/hugepages"