diff --git a/doc/dynare.texi b/doc/dynare.texi
index f1efb90929dd053e006ee9cda9f4605d98cc9d6c..8e25328c35419fb6588eb9de1aca1a80cfbc46d0 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -3554,7 +3554,7 @@ declaration order. Conversely, k-th declared variable is numbered
 Finally, the state variables of the model are the purely backward variables
 and the mixed variables. They are orderer in DR-order when they appear in
 decision rules elements. There are @code{M_.nspred = M_.npred + M_.nboth} such
-variables. Similarly, one has @code{M_.nfwrd = M_.nfwrd + M_.nboth},
+variables. Similarly, one has @code{M_.nsfwrd = M_.nfwrd + M_.nboth},
 and @code{M_.ndynamic = M_.nfwrd+M_.nboth+M_.npred}.
 
 @node First order approximation