* doc/install.texi: Fix a typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 3 Apr 2005 14:30:29 +0000 (14:30 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 3 Apr 2005 14:30:29 +0000 (14:30 +0000)
From-SVN: r97492

gcc/ChangeLog
gcc/doc/install.texi

index 4c971bdfa203c5a3d442f101e06f5822afca88be..9ca63df1b4f048b8bc393676e82396d54918f52c 100644 (file)
@@ -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  <stevenb@suse.de>
 
        PR middle-end/20648
index 78c7c1f4b0a2461a9a5d0355ab35369417875163..975f9839840ede4eaec04c918bfcb370fd48d5fa 100644 (file)
@@ -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