* fortran/gfortran.texi: Fix typos in description of variable-format-
expressions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160086
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-05-31 Steven G. Kargl <kargl@gcc.gnu.org>
+
+ * fortran/gfortran.texi: Fix typos in description of variable-format-
+ expressions.
+
2010-05-31 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/36928
@smallexample
c Variable declaration
- CHARACTER(LEN=20) F
+ CHARACTER(LEN=20) FMT
c
c Other code here...
c
WRITE(FMT,'("(I", I0, ")")') N+1
- WRITE(6,FM) INT1
+ WRITE(6,FMT) INT1
@end smallexample
@noindent