summaryrefslogtreecommitdiff
path: root/gcc/fortran/intrinsic.texi
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-10 18:46:45 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-10 18:46:45 +0000
commit851d929653778531dd174c25c55d6c6558b5510f (patch)
treebf95262adeb1e48387900226345da1050170321b /gcc/fortran/intrinsic.texi
parent19bff7fe624209f0ffe8d6cac8a7a735e9c507f5 (diff)
downloadgcc-851d929653778531dd174c25c55d6c6558b5510f.tar.gz
Remove doubled up words.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172247 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/intrinsic.texi')
-rw-r--r--gcc/fortran/intrinsic.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi
index a13c83350e4..ebffb1233a3 100644
--- a/gcc/fortran/intrinsic.texi
+++ b/gcc/fortran/intrinsic.texi
@@ -2763,7 +2763,7 @@ the @code{COMPILER_OPTIONS} intrinsic.
@smallexample
use iso_fortran_env
print '(4a)', 'This file was compiled by ', &
- compiler_version(), ' using the the options ', &
+ compiler_version(), ' using the options ', &
compiler_options()
end
@end smallexample
@@ -2805,7 +2805,7 @@ It contains the name of the compiler and its version number.
@smallexample
use iso_fortran_env
print '(4a)', 'This file was compiled by ', &
- compiler_version(), ' using the the options ', &
+ compiler_version(), ' using the options ', &
compiler_options()
end
@end smallexample