aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-05-31 03:31:00 +0000
committerRob Savoye <rob@welcomehome.org>2001-05-31 03:31:00 +0000
commitbc4fca60163facbaddaf3f9bbe9a59c3e8ec1465 (patch)
tree8b1b67f509cd60cdbaaab75459447dccb0088364 /doc
parentd9ce98ca3567ad66db15fec8ac427d6b41a20825 (diff)
* doc/dejagnu.texi: Fix typographical errors.
* doc/ref.sgml: Likewise. * doc/user.sgml: Likewise.
Diffstat (limited to 'doc')
-rw-r--r--doc/dejagnu.texi4
-rw-r--r--doc/user.sgml2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 0d06cea..63e1eca 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -4,7 +4,7 @@ o\input texinfo @c -*- Texinfo -*-
@c
@c This file documents the GNU Testing Framework ``DejaGnu''
@c
-@c Copyright (C) 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
+@c Copyright (C) 92 - 2000, 2001 Free Software Foundation, Inc.
@c
@c This text may be freely distributed under the terms of the GNU
@c General Public License.
@@ -1422,7 +1422,7 @@ variable in the top section, then just put a duplicate value in this
second section. Usually the values defined in this config file are
related to the configuration of the test run. This is the ideal place to
set the variables @code{host_triplet}, @code{build_triplet},
-@code{target_triplet}. All other variables are tool dependant. ie for
+@code{target_triplet}. All other variables are tool dependant, i.e., for
testing a compiler, the value for @var{CC} might be set to a freshly
built binary, as opposed to one in the user's path.
diff --git a/doc/user.sgml b/doc/user.sgml
index 3ba26ad..cec52dc 100644
--- a/doc/user.sgml
+++ b/doc/user.sgml
@@ -859,7 +859,7 @@
the test run. This is the ideal place to set the variables
<symbol>host_triplet</symbol>, <symbol>build_triplet</symbol>,
<symbol>target_triplet</symbol>. All other variables are tool
- dependant. ie for testing a compiler, the value for
+ dependant, i.e., for testing a compiler, the value for
<symbol>CC</symbol> might be set to a freshly built binary, as
opposed to one in the user's path.</para>