From: Jonathan Wakely Date: Thu, 18 May 2017 10:26:02 +0000 (+0100) Subject: Fix typos in libstdc++ manual X-Git-Tag: basepoints/gcc-9~7216 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8985968cc416f890fc61acadb53433225fe4c66a;p=thirdparty%2Fgcc.git Fix typos in libstdc++ manual * doc/xml/manual/policy_data_structures.xml: Fix typo. * doc/xml/manual/test_policy_data_structures.xml: Likewise. * doc/html/*: Regenerate. From-SVN: r248189 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cb59eca73d2e..c28681869cbd 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2017-05-18 Jonathan Wakely + * doc/xml/manual/policy_data_structures.xml: Fix typo. + * doc/xml/manual/test_policy_data_structures.xml: Likewise. + * doc/html/*: Regenerate. + * doc/xml/manual/abi.xml: Document latest library versions. * doc/xml/manual/build_hacking.xml: Document requirement to update abi.xml when bumping library versions. diff --git a/libstdc++-v3/doc/html/manual/policy_based_data_structures_test.html b/libstdc++-v3/doc/html/manual/policy_based_data_structures_test.html index 048ae86745e8..b59d59cb2452 100644 --- a/libstdc++-v3/doc/html/manual/policy_based_data_structures_test.html +++ b/libstdc++-v3/doc/html/manual/policy_based_data_structures_test.html @@ -43,7 +43,7 @@

Results

The graphic below show the results for the native - and collision-chaining hash types the the function + and collision-chaining hash types the function applied being a text find timing test using find.

diff --git a/libstdc++-v3/doc/html/manual/policy_data_structures.html b/libstdc++-v3/doc/html/manual/policy_data_structures.html index bd0d18e21f57..f3d0fb59bf74 100644 --- a/libstdc++-v3/doc/html/manual/policy_data_structures.html +++ b/libstdc++-v3/doc/html/manual/policy_data_structures.html @@ -172,7 +172,7 @@ push and pop operations, differs from the others in terms of its invalidation guarantees. Other design decisions also impact the cost and placement of the overhead, at the - expense of more difference in the the kinds of operations that the + expense of more difference in the kinds of operations that the underlying data structure can support. These differences pose a challenge when creating a uniform interface for priority queues.

Goals

diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures.xml index 0d0bf43f9799..0f19be315a82 100644 --- a/libstdc++-v3/doc/xml/manual/policy_data_structures.xml +++ b/libstdc++-v3/doc/xml/manual/policy_data_structures.xml @@ -169,7 +169,7 @@ push and pop operations, differs from the others in terms of its invalidation guarantees. Other design decisions also impact the cost and placement of the overhead, at the - expense of more difference in the the kinds of operations that the + expense of more difference in the kinds of operations that the underlying data structure can support. These differences pose a challenge when creating a uniform interface for priority queues. diff --git a/libstdc++-v3/doc/xml/manual/test_policy_data_structures.xml b/libstdc++-v3/doc/xml/manual/test_policy_data_structures.xml index 241ec9f0e334..27d6c1df0849 100644 --- a/libstdc++-v3/doc/xml/manual/test_policy_data_structures.xml +++ b/libstdc++-v3/doc/xml/manual/test_policy_data_structures.xml @@ -89,7 +89,7 @@ The graphic below show the results for the native - and collision-chaining hash types the the function + and collision-chaining hash types the function applied being a text find timing test using find.