diff --git a/src/DynareBison.yy b/src/DynareBison.yy
index a89a6567c08e241d0fdb6519b54735e886a71eb0..0085727669d9ec0597ddb49ab3633790d152f82b 100644
--- a/src/DynareBison.yy
+++ b/src/DynareBison.yy
@@ -1467,7 +1467,7 @@ perfect_foresight_with_expectation_errors_solver : PERFECT_FORESIGHT_WITH_EXPECT
                                                   { driver.perfect_foresight_with_expectation_errors_solver(); }
                                                  ;
 
-perfect_foresight_with_expectation_errors_solver_options_list : perfect_foresight_with_expectation_errors_solver_options_list COMMA perfect_foresight_solver_options
+perfect_foresight_with_expectation_errors_solver_options_list : perfect_foresight_with_expectation_errors_solver_options_list COMMA perfect_foresight_with_expectation_errors_solver_options
                                                               | perfect_foresight_with_expectation_errors_solver_options
                                                               ;