2010-10-26 Jonathan Wakely <jwakely.gcc@gmail.com>
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Oct 2010 19:07:01 +0000 (19:07 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Oct 2010 19:07:01 +0000 (19:07 +0000)
* doc/install.texi: Fix typo in --with-sysroot description.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165980 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/install.texi

index 6fa3e6a..4c287b9 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-26  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * doc/install.texi: Fix typo in --with-sysroot description.
+
 2010-10-26  Jan Hubicka  <jh@suse.cz>
 
        * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p):
index ce6b5cf..877ae5f 100644 (file)
@@ -1680,8 +1680,8 @@ The following options only apply to building cross compilers.
 @table @code
 @item --with-sysroot
 @itemx --with-sysroot=@var{dir}
-Tells GCC to consider @var{dir} as the root of a tree that contains a
-(subset of) the root filesystem of the target operating system.
+Tells GCC to consider @var{dir} as the root of a tree that contains
+(subset of) the root filesystem of the target operating system.
 Target system headers, libraries and run-time object files will be
 searched in there.  More specifically, this acts as if
 @option{--sysroot=@var{dir}} was added to the default options of the built