]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* include/tr1_impl/functional (_Mu): Fix typo.
authorTom Tromey <tromey@redhat.com>
Fri, 5 Dec 2008 23:42:11 +0000 (23:42 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 5 Dec 2008 23:42:11 +0000 (23:42 +0000)
From-SVN: r142507

libstdc++-v3/ChangeLog
libstdc++-v3/include/tr1_impl/functional

index d9023b8232fd4a2a41f375ff3a13ad486988f6b5..e3094da31e3e5330fe2534cd1d3e9dfed173ca33 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-05  Tom Tromey  <tromey@redhat.com>
+
+       * include/tr1_impl/functional (_Mu): Fix typo.
+
 2008-12-05  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR libstdc++/38399
index b819374f92d42df50c422f45c7de1802b0a210b8..4e4864fa62d694cd4defb3f1124cdf0dd2995d9e 100644 (file)
@@ -943,7 +943,7 @@ _GLIBCXX_BEGIN_NAMESPACE_TR1
    *  function object [TR1 3.6.3/5]. Only the first parameter should
    *  be specified: the rest are used to determine among the various
    *  implementations. Note that, although this class is a function
-   *  object, isn't not entirely normal because it takes only two
+   *  object, it isn't entirely normal because it takes only two
    *  parameters regardless of the number of parameters passed to the
    *  bind expression. The first parameter is the bound argument and
    *  the second parameter is a tuple containing references to the