]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
extend.texi (Function Attributes): Fix typo in description if hot function attribute.
authorNick Clifton <nickc@redhat.com>
Sun, 17 Aug 2008 16:36:39 +0000 (16:36 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Sun, 17 Aug 2008 16:36:39 +0000 (16:36 +0000)
* doc/extend.texi (Function Attributes): Fix typo in description
  if hot function attribute.

From-SVN: r139179

gcc/ChangeLog
gcc/doc/extend.texi

index 9ca20ac74c07c5742579a51decaf212105055bd6..4d5c6b4d449796218f5ca39e667a8aba245f048d 100644 (file)
@@ -1,3 +1,8 @@
+2008-08-17  Nick Clifton  <nickc@redhat.com>
+
+       * doc/extend.texi (Function Attributes): Fix typo in description
+       if hot function attribute.
+
 2008-08-17  Daniel Jacobowitz  <dan@codesourcery.com>
            Richard Sandiford  <rdsandiford@googlemail.com>
 
index 66fb8401c78dcf102d788089682f16f3eea6de7e..1f8cbd3031c607f0e32533a284102c2a691e60c4 100644 (file)
@@ -2903,7 +2903,7 @@ are automatically detected and this attribute is ignored.
 The @code{hot} attribute is not implemented in GCC versions earlier
 than 4.3.
 
-Starting with GCC 4.4, the @code{cold} attribute sets
+Starting with GCC 4.4, the @code{hot} attribute sets
 @code{optimize("O3")} to turn on more aggressive optimization on the
 the i386, x86_64, and IA-64 targets.