diff options
author | Tom Tromey <tromey@redhat.com> | 2008-12-05 23:42:11 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2008-12-05 23:42:11 +0000 |
commit | b72b814f803dcf148d08f0f04eea92fc5dcbf441 (patch) | |
tree | f03eb5eaa61940fec8c24a71b04bb6e22c94edf6 | |
parent | 5eddced53a0b1a080297ae5420768750ae9e282d (diff) | |
download | gcc-b72b814f803dcf148d08f0f04eea92fc5dcbf441.zip gcc-b72b814f803dcf148d08f0f04eea92fc5dcbf441.tar.gz gcc-b72b814f803dcf148d08f0f04eea92fc5dcbf441.tar.bz2 |
* include/tr1_impl/functional (_Mu): Fix typo.
From-SVN: r142507
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/tr1_impl/functional | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d9023b8..e3094da 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/include/tr1_impl/functional b/libstdc++-v3/include/tr1_impl/functional index b819374..4e4864fa 100644 --- a/libstdc++-v3/include/tr1_impl/functional +++ b/libstdc++-v3/include/tr1_impl/functional @@ -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 |