diff --git a/Sample/Scattering/IFormFactor.h b/Sample/Scattering/IFormFactor.h
index 4bb7234eeb756dca525b4f398cff118d9c751c39..27d9d14046fd0ca8f4ec38237d9ad3cd787d2e99 100644
--- a/Sample/Scattering/IFormFactor.h
+++ b/Sample/Scattering/IFormFactor.h
@@ -29,10 +29,7 @@ class WavevectorInfo;
 //!
 //! The actual form factor is returned by the complex valued function IFormFactor::evaluate,
 //! which depends on the incoming and outgoing wave vectors ki and kf.
-//! If it only depends on the scattering vector q=ki-kf, then it is a IBornFormFactor.
-//!
-//! Other children besides IBornFormFactor are IFormFactorDecorator, FormFactorWeighted,
-//! FormFactorDWBA, FormFactorDWBAPol and FormFactorCrystal.
+//! If it only depends on the scattering vector q=ki-kf, then it is a IFormFactorBorn.
 
 //! @ingroup formfactors_internal