Merge [53060] from the trunk.

[SVN r53197]
This commit is contained in:
Steven Watanabe 2009-05-23 05:36:13 +00:00
parent 211eb04f33
commit 4003a9f74a

View File

@ -117,7 +117,7 @@ The following simplified example shows the basic idea. A complete example follow
<pre>struct C
{
template&lt;class InPlaceFactory&gt;
C ( InPlaceFactory const& aFactoty )
C ( InPlaceFactory const& aFactory )
:
contained_ ( uninitialized_storage() )
{