OSDN Git Service

* doc/install.texi: Fix a typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 3 Apr 2005 14:30:29 +0000 (14:30 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 3 Apr 2005 14:30:29 +0000 (14:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97492 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/install.texi

index 4c971bd..9ca63df 100644 (file)
@@ -3,6 +3,8 @@
        * cfghooks.c, cfgrtl.c, modulo-sched.c, config/i386/winnt.c:
        Fix comment typos.
 
        * 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
 2005-04-03  Steven Bosscher  <stevenb@suse.de>
 
        PR middle-end/20648
index 78c7c1f..975f983 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
 @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
 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