aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-03 14:30:29 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-03 14:30:29 +0000
commite5080aa60bff94b6af48ec730a9942c81e6eb4d2 (patch)
treeca960b0170815e72bc636979d39b7c2a71adc46a /gcc/doc
parentc51940a280612a5243cd8fb6c0e3adb4d49de15c (diff)
downloadgcc-e5080aa60bff94b6af48ec730a9942c81e6eb4d2.zip
gcc-e5080aa60bff94b6af48ec730a9942c81e6eb4d2.tar.gz
gcc-e5080aa60bff94b6af48ec730a9942c81e6eb4d2.tar.bz2
* doc/install.texi: Fix a typo.
From-SVN: r97492
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 78c7c1f..975f983 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1100,7 +1100,7 @@ controlled by the Makefiles.
@item --enable-checking
@itemx --enable-checking=@var{list}
When you specify this option, the compiler is built to perform internal
-constency checks of the requested complexity. This does not change the
+consistency checks of the requested complexity. This does not change the
generated code, but adds error checking within the compiler. This will
slow down the compiler and may only work properly if you are building
the compiler with GCC@. This is @samp{yes} by default when building