diff --git a/src/ModFile.cc b/src/ModFile.cc
index b23fb1d2156efdab2c0b6e58275dc5ad98c88eb1..34ba4819620e3401f35f31129c2599cecbef4bef 100644
--- a/src/ModFile.cc
+++ b/src/ModFile.cc
@@ -382,7 +382,7 @@ ModFile::transformPass(bool nostrict, bool stochastic, bool compute_xrefs, const
         }
     }
 
-  // Get all equation tags associated with VARs and Pac Models
+  // Get all equation tags associated with VARs and Trend Component Models
   set<string> eqtags;
   for (auto const & it : trend_component_model_table.getEqTags())
     for (auto & it1 : it.second)