diff --git a/matlab/ols/common_parsing.m b/matlab/ols/common_parsing.m index 736ef1108..b6af70986 100644 --- a/matlab/ols/common_parsing.m +++ b/matlab/ols/common_parsing.m @@ -10,7 +10,7 @@ function [Y, lhssub, X, startdates, enddates, residnames] = common_parsing(ds, a % % OUTPUTS % Y [cell array] dependent variables -% lhssub [cell array] RHS to subtract from Y +% lhssub [cell array] RHS subtracted from LHS % X [cell array] regressors % startdates [cell array] first observed period for each % equation