diff --git a/matlab/dynare_config.m b/matlab/dynare_config.m
index 5cfe596ea778cf1b8b8ae0ccd6def3311f99da6d..327d38c15e5295294e79023e3fcab423966472f1 100644
--- a/matlab/dynare_config.m
+++ b/matlab/dynare_config.m
@@ -71,7 +71,7 @@ if exist('OCTAVE_VERSION') && octave_ver_less_than('3.2.0')
     addpath([dynareroot '/missing/bicgstab'])
 end
 
-% bsxfun is missing in old versions of matlab (octave?)
+% bsxfun is missing in old versions of MATLAB (and exists in Octave)
 if ~exist('OCTAVE_VERSION') && matlab_ver_less_than('7.4')
     addpath([dynareroot '/missing/bsxfun'])
 end