diff --git a/matlab/solve_two_boundaries.m b/matlab/solve_two_boundaries.m
index e158dfa5e567a3ecb02b635b2ebd035c3983d98c..e8da69742d5b1de2b932f083a16224304e73d570 100644
--- a/matlab/solve_two_boundaries.m
+++ b/matlab/solve_two_boundaries.m
@@ -37,7 +37,8 @@ function [y, oo]= solve_two_boundaries(fname, y, x, params, steady_state, y_inde
 %
 % OUTPUTS
 %   y                   [matrix]        All endogenous variables of the model      
-%  
+%   oo                  [structure]     Results
+%
 % ALGORITHM
 %   Newton with LU or GMRES or BicGstab
 %