diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-10-09 06:03:16 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-10-09 06:03:16 +0000 |
commit | 4fe9b91c45b7b0ba4b02069f821e64fd572ce950 (patch) | |
tree | 5f5de869671afe0860dba99e31812a0a95a46c55 /gcc/doc/invoke.texi | |
parent | 908fecca8cba9118747951b2d9883b8abd4a94b6 (diff) | |
download | gcc-4fe9b91c45b7b0ba4b02069f821e64fd572ce950.tar.gz |
c-common.c: Fix comment typos.
* c-common.c: Fix comment typos.
* cfgrtl.c: Likewise.
* collect2.c: Likewise.
* cpplex.c: Likewise.
* doloop.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* expr.c: Likewise.
* fold-const.c: Likewise.
* gcc.c: Likewise.
* gcov.c: Likewise.
* gcse.c: Likewise.
* global.c: Likewise.
* ifcvt.c: Likewise.
* loop.c: Likewise.
* optabs.c: Likewise.
* protoize.c: Likewise.
* regclass.c: Likewise.
* reorg.c: Likewise.
* rtl.h: Likewise.
* stmt.c: Likewise.
* tree.h: Likewise.
* doc/cpp.texi: Likewise.
* doc/c-tree.texi: Likewise.
* doc/extend.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/objc.texi: Likewise.
* doc/tm.texi: Likewise.
From-SVN: r46114
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 66c0816d260..0588c1a5b8f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1669,7 +1669,7 @@ behaviour. @item -fdiagnostics-show-location=every-line Only meaningful in line-wrapping mode. Instructs the diagnostic messages reporter to emit the same source location information (as -prefix) for physical lines that result from the process of breaking a +prefix) for physical lines that result from the process of breaking a message which is too long to fit on a single line. @end table @@ -3791,7 +3791,7 @@ that contain more that a certain number of instructions. You can control some of these constants on the command-line using the @option{--param} option. -In each case, the @var{value} is a integer. The allowable choices for +In each case, the @var{value} is an integer. The allowable choices for @var{name} are given in the following table: @table @gcctabopt |