Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
slight doc improvment
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 16 Dec 2017 00:58:03 +0000 (01:58 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 16 Dec 2017 00:58:03 +0000 (01:58 +0100)
include/simgrid/s4u/VirtualMachine.hpp

index c999f96..d455e56 100644 (file)
@@ -27,8 +27,8 @@ namespace s4u {
  *
  * @tableofcontents
  *
- * A VM is a virtual machine that contains actors. The total computing power that the contained
- * processes can get is constrained to the virtual machine size.
+ * A VM represents a virtual machine (or a container) that hosts actors.
+ * The total computing power that the contained actors can get is constrained to the virtual machine size.
  *
  */
 XBT_PUBLIC_CLASS VirtualMachine : public s4u::Host