]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/extend.texi (Template Instantiation): Remove stray parenthesis.
authorJonathan Wakely <jwakely@redhat.com>
Fri, 18 Jul 2014 15:52:01 +0000 (16:52 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 18 Jul 2014 15:52:01 +0000 (16:52 +0100)
From-SVN: r212821

gcc/ChangeLog
gcc/doc/extend.texi

index 884f088e8998b91581ddd13c172fc6d60143c410..635034365899af4d4bfae64e7ea1dfc551acab81 100644 (file)
@@ -1,3 +1,7 @@
+2014-07-18  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/extend.texi (Template Instantiation): Remove stray parenthesis.
+
 2014-07-18  Chung-Ju Wu  <jasonwucj@gmail.com>
 
        * config/nds32/nds32.c (nds32_can_eliminate): Follow the
index a47b3163bc0ffc0ce35ecd3b98a69308303165bc..53fab8d21e699264aae1f5d4bd26dde3926975e3 100644 (file)
@@ -18158,7 +18158,7 @@ syntax to support instantiation of the compiler support data for a
 template class (i.e.@: the vtable) without instantiating any of its
 members (with @code{inline}), and instantiation of only the static data
 members of a template class, without the support data or member
-functions (with (@code{static}):
+functions (with @code{static}):
 
 @smallexample
 extern template int max (int, int);