diff --git a/src/core/MDAtoms.h b/src/core/MDAtoms.h
index 5412cb875ccf1125f47211e8cdbbb79178f80f21..628c4efd99d76b1394a26dbffbb9d3ad655db91c 100644
--- a/src/core/MDAtoms.h
+++ b/src/core/MDAtoms.h
@@ -100,7 +100,6 @@ public:
   virtual void updateForces(const std::vector<int>&index,const std::vector<Vector>&f)=0;
 /// Rescale all the forces, including the virial.
 /// It is applied to all atoms with local index going from 0 to index.size()-1
-/// \attention the virial is not scaled indeed... is it a bug??
   virtual void rescaleForces(const std::vector<int>&index,double factor)=0;
 };