From b7fce15fdbcab35cfa977c464849a640b6cdc8b6 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 16 Dec 2017 01:58:03 +0100 Subject: [PATCH] slight doc improvment --- include/simgrid/s4u/VirtualMachine.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/simgrid/s4u/VirtualMachine.hpp b/include/simgrid/s4u/VirtualMachine.hpp index c999f9658d..d455e5628f 100644 --- a/include/simgrid/s4u/VirtualMachine.hpp +++ b/include/simgrid/s4u/VirtualMachine.hpp @@ -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 -- 2.20.1