]> gcc.gnu.org Git - gcc.git/commitdiff
* doc/invoke.texi (inline-limit): Fix pasto.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Thu, 17 Apr 2003 07:28:28 +0000 (09:28 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 17 Apr 2003 07:28:28 +0000 (07:28 +0000)
From-SVN: r65727

gcc/ChangeLog
gcc/doc/invoke.texi

index b61ff71810e58d5d175bbc14ccba4441706ce390..354b753e070abaff86faec349aea930efc340bcc 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * doc/invoke.texi (inline-limit): Fix pasto.
+
 2003-04-17  Richard Henderson  <rth@redhat.com>
 
        * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
index dd3c325d8fae85ee1fc819cbcc1a15c0baba41d7..7201dd7096c542e952b63c10653384ffa746e618 100644 (file)
@@ -3622,7 +3622,7 @@ as follows:
   is set to @var{n}.
  @item max-inline-insns-single
   is set to @var{n}/2.
- @item max-inline-insns-single-auto
+ @item max-inline-insns-auto
   is set to @var{n}/2.
  @item min-inline-insns
   is set to 130 or @var{n}/4, whichever is smaller.
This page took 0.074124 seconds and 5 git commands to generate.