From 343a6b5447994c2ebe73f648a6e61320c9e11238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantino=20V=C3=A1zquez=20Blanco?= Date: Tue, 15 Jul 2008 16:38:12 +0000 Subject: [PATCH] Typo in comment git-svn-id: http://svn.opennebula.org/trunk@59 3034c82b-c49b-4eb3-8279-a7acafdc01c0 --- src/vmm/LibVirtDriver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmm/LibVirtDriver.cc b/src/vmm/LibVirtDriver.cc index 1bb4f50eef..283aac8df5 100644 --- a/src/vmm/LibVirtDriver.cc +++ b/src/vmm/LibVirtDriver.cc @@ -433,7 +433,7 @@ int LibVirtDriver::deployment_description( attrs.clear(); // ------------------------------------------------------------------------ - // Raw XEN attributes + // Raw KVM attributes // ------------------------------------------------------------------------ num = vm->get_template_attribute("RAW",attrs);