diff --git a/src/SubModel.hh b/src/SubModel.hh
index 6c24d2cba4a9822fe1248a2d064e549869229c5e..c2d2fa6a91b00b0410eee0e24553d0f4116d6046 100644
--- a/src/SubModel.hh
+++ b/src/SubModel.hh
@@ -288,7 +288,7 @@ private:
 
 public:
   /* (component variable/expr, growth, auxname, kind, coeff. in the linear
-     combination, growth_param ID possibly equal to -1, vector of h parameters,
+     combination, growth_param ID (unused if growth is nullptr), vector of h parameters,
      original_growth, growth_info) */
   using target_component_t = tuple<expr_t, expr_t, string, PacTargetKind, expr_t, int, vector<int>, expr_t, growth_info_t>;