aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-12-04 22:26:40 +1100
committerBen Elliston <bje@gnu.org>2018-12-04 22:26:49 +1100
commita3e637a20991510e3ace20f305f5c714da93ca31 (patch)
tree6b04118e9ec5948dda5f2eb3596c0ebaa9ab4ea7 /doc
parent9b523f194bb6fcfc13a7bc3190cb35fcb270e130 (diff)
downloaddejagnu-a3e637a20991510e3ace20f305f5c714da93ca31.zip
dejagnu-a3e637a20991510e3ace20f305f5c714da93ca31.tar.gz
dejagnu-a3e637a20991510e3ace20f305f5c714da93ca31.tar.bz2
Fix some typos.
Diffstat (limited to 'doc')
-rw-r--r--doc/dejagnu.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index c465322..7273e90 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -5118,7 +5118,7 @@ Ignored.
@subsubheading find_gcc Procedure
@findex find_gcc
-Looks for a copy of the GNU C compiler in your build tree in the
+Looks for a copy of the GNU C compiler in the build tree and in the
@code{PATH}. This will also return the proper transformed name for a
cross-compiler if the build tree is configured for one.
@@ -5130,7 +5130,7 @@ cross-compiler if the build tree is configured for one.
@subsubheading find_gcj Procedure
@findex find_gcj
-Looks for a copy of the GNU Java compiler in your build tree in the
+Looks for a copy of the GNU Java compiler in the build tree and in the
@code{PATH}. This will also return the proper transformed name for a
cross-compiler if the build tree is configured for one.
@@ -5142,7 +5142,7 @@ cross-compiler if the build tree is configured for one.
@subsubheading find_g++ Procedure
@findex find_g++
-Looks for a copy of the GNU C++ compiler in your build tree in the
+Looks for a copy of the GNU C++ compiler in the build tree and in the
@code{PATH}. This will also return the proper transformed name for a
cross-compiler if the build tree is configured for one.
@@ -5154,9 +5154,9 @@ cross-compiler if the build tree is configured for one.
@subsubheading find_g77 Procedure
@findex find_g77
-Looks for a copy of the GNU Fortran 77 compiler in your build tree in
-the @code{PATH}. This will also return the proper transformed name for a
-cross-compiler if the build tree is configured for one.
+Looks for a copy of the GNU Fortran 77 compiler in the build tree and
+in the @code{PATH}. This will also return the proper transformed name
+for a cross-compiler if the build tree is configured for one.
@quotation
@t{@b{find_g77}}
@@ -5166,8 +5166,8 @@ cross-compiler if the build tree is configured for one.
@subsubheading find_gfortran Procedure
@findex find_gfortran
-Looks for a copy of the GNU Fortran compiler in your build tree in the
-@code{PATH}. This will also return the proper transformed name for a
+Looks for a copy of the GNU Fortran compiler in the build tree and in
+the @code{PATH}. This will also return the proper transformed name for a
cross-compiler if the build tree is configured for one.
@quotation