This is correct and makes comparing the files with `diff` easier. Signed-off-by: Elliott Mitchell <ehem+...@m5p.com> --- tools/examples/xlexample.hvm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm index 7afb7c731d..df82280531 100644 --- a/tools/examples/xlexample.hvm +++ b/tools/examples/xlexample.hvm @@ -2,10 +2,10 @@ # Example HVM guest configuration # ===================================================================== # -# This is a fairly minimal example of what is required for an +# This is a fairly minimal example of what is required for a # HVM guest. For a more complete guide see xl.cfg(5) -# This configures an HVM rather than PV guest +# This configures a HVM guest instead of PV or PVH type = "hvm" # Guest name -- 2.30.2