From: Martin Quinson Date: Fri, 17 Jun 2016 07:52:10 +0000 (+0200) Subject: update doc to nowadays lexique X-Git-Tag: v3_14~980 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9099ad12e13978786a7ebf503546d275b70c87df?hp=1ee4b856922e6a71a805e54ef5ae8c537155fa93 update doc to nowadays lexique --- diff --git a/include/xbt/Extendable.hpp b/include/xbt/Extendable.hpp index fd4f59adea..99c981d947 100644 --- a/include/xbt/Extendable.hpp +++ b/include/xbt/Extendable.hpp @@ -41,7 +41,7 @@ public: * with a notion of Host extended with another concept (such as mobility). * You could completely externalize these data with an associative map Host->EnergyHost. * It would work, provided that you implement this classical feature correctly (and it would induce a little performance penalty). - * Instead, you should add a new facet to the Host class, that happens to be Facetable. + * Instead, you should add a new extension to the Host class, that happens to be Extendable. * */ template