invoke.texi (Optimize Options): Use `{}' to around @samp argument.
authorTom Tromey <tromey@redhat.com>
Wed, 17 Jan 2001 20:03:40 +0000 (20:03 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 17 Jan 2001 20:03:40 +0000 (20:03 +0000)
* invoke.texi (Optimize Options): Use `{}' to around @samp
argument.

From-SVN: r39098

gcc/ChangeLog
gcc/invoke.texi

index 4f93f1ffe6591dd10d45beee19f205106eb3fa8a..bc112bb35353b6ac55e535fac8ef692aca0985b5 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-17  Tom Tromey  <tromey@redhat.com>
+
+       * invoke.texi (Optimize Options): Use `{}' to around @samp
+       argument.
+
 2001-01-17  Aldy Hernandez  <aldyh@redhat.com>
 
         * invoke.texi (-fno-guess-branch-probability): New option.
index 8a7a9222f66c6128a17c43c99c0ad3f1b5b494aa..f0c29049dbe05e68764bdabd66c11ac4033af927 100644 (file)
@@ -3127,7 +3127,7 @@ exactly determine which path is taken more often.
 @item -fno-guess-branch-probability
 Sometimes gcc will opt to guess branch probabilities when none are
 available from either profile directed feedback (@samp{-fprofile-arcs})
-or @samp(__builtin_expect).  In a hard real-time system, people don't
+or @samp{__builtin_expect}.  In a hard real-time system, people don't
 want different runs of the compiler to produce code that has different
 behavior; minimizing non-determinism is of paramount import.  This
 switch allows users to reduce non-determinism, possibly at the expense