Commit b72b814f by Tom Tromey Committed by Tom Tromey

* include/tr1_impl/functional (_Mu): Fix typo.

From-SVN: r142507
parent 5eddced5
2008-12-05 Tom Tromey <tromey@redhat.com>
* include/tr1_impl/functional (_Mu): Fix typo.
2008-12-05 Paolo Carlini <paolo.carlini@oracle.com> 2008-12-05 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/38399 PR libstdc++/38399
......
...@@ -943,7 +943,7 @@ _GLIBCXX_BEGIN_NAMESPACE_TR1 ...@@ -943,7 +943,7 @@ _GLIBCXX_BEGIN_NAMESPACE_TR1
* function object [TR1 3.6.3/5]. Only the first parameter should * function object [TR1 3.6.3/5]. Only the first parameter should
* be specified: the rest are used to determine among the various * be specified: the rest are used to determine among the various
* implementations. Note that, although this class is a function * 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 * parameters regardless of the number of parameters passed to the
* bind expression. The first parameter is the bound argument and * bind expression. The first parameter is the bound argument and
* the second parameter is a tuple containing references to the * the second parameter is a tuple containing references to the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment