commit 713d72fb657827ced70636147fd1c7217891f4f7
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Thu Jul 17 11:43:21 2014 +0100
* doc/extend.texi (Template Instantiation): Remove stray parenthesis.
@@ -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);