diff --git a/matlab/dynare_config.m b/matlab/dynare_config.m
index 1a41d35d2aef3a86222148ea0c484a80884bb233..e1e43f4bcf33b17cec7f0f1dc3c3fefca581417c 100644
--- a/matlab/dynare_config.m
+++ b/matlab/dynare_config.m
@@ -69,7 +69,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