diff --git a/include/core/problem/problem.h b/include/core/problem/problem.h
index 6aacf018eca716505f258ee5c7ac861654bd0f74..46500c6e225e5f2f07928c2656d950a1462749ad 100644
--- a/include/core/problem/problem.h
+++ b/include/core/problem/problem.h
@@ -368,6 +368,7 @@ class Problem : public std::enable_shared_from_this<Problem>
         // All branches -------------------------------------------
         // perturb states
         void perturb(double amplitude = 0.01);
+        // transform states
         void transform(const VectorComposite& _transformation);
         bool isTransformed() const;
         void resetTransformed();
@@ -431,7 +432,7 @@ class Problem : public std::enable_shared_from_this<Problem>
         /**
          * \brief print wolf tree
          * \param depth :        levels to show ( 0: H, T, M : 1: H:S, T:F, M:L ; 2: H:S:p, T:F:C ; 3: T:F:C:f ; 4: T:F:C:f:c )
-         * \param constr_by:     show factors pointing to F, f and L.
+         * \param constr_by :    show factors pointing to F, C, f and L.
          * \param metric :       show metric info (status, time stamps, state vectors, measurements)
          * \param state_blocks : show state blocks
          */