1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

Feature #863: Small comment fix

This commit is contained in:
Carlos Martín 2011-11-11 14:55:18 +01:00
parent 744ab1faca
commit 7efcb0e140

View File

@ -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
{