From e5080aa60bff94b6af48ec730a9942c81e6eb4d2 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 3 Apr 2005 14:30:29 +0000 Subject: [PATCH] * doc/install.texi: Fix a typo. From-SVN: r97492 --- gcc/ChangeLog | 2 ++ gcc/doc/install.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4c971bdfa20..9ca63df1b4f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,6 +3,8 @@ * cfghooks.c, cfgrtl.c, modulo-sched.c, config/i386/winnt.c: Fix comment typos. + * doc/install.texi: Fix a typo. + 2005-04-03 Steven Bosscher PR middle-end/20648 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 78c7c1f4b0a..975f9839840 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 -- 2.30.2