From 7efcb0e140c3fd6b1df878a9001c65003e3d8efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Fri, 11 Nov 2011 14:55:18 +0100 Subject: [PATCH] Feature #863: Small comment fix --- include/VirtualMachine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/VirtualMachine.h b/include/VirtualMachine.h index 159d7b34e0..a375b97242 100644 --- a/include/VirtualMachine.h +++ b/include/VirtualMachine.h @@ -277,7 +277,7 @@ public: /** * Returns the VNM driver name for the current host. The hasHistory() * function MUST be called before this one. - * @return the VMM mad name + * @return the VNM mad name */ const string & get_vnm_mad() const { @@ -287,7 +287,7 @@ public: /** * Returns the VNM driver name for the previous host. The hasPreviousHistory() * function MUST be called before this one. - * @return the VMM mad name + * @return the VNM mad name */ const string & get_previous_vnm_mad() const {