Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57946 - in trunk/libs/integer/doc: . html html/boost_integer
From: john_at_[hidden]
Date: 2009-11-26 10:43:33


Author: johnmaddock
Date: 2009-11-26 10:43:32 EST (Thu, 26 Nov 2009)
New Revision: 57946
URL: http://svn.boost.org/trac/boost/changeset/57946

Log:
Fix some typos.
Text files modified:
   trunk/libs/integer/doc/html/boost_integer/history.html | 4 ++--
   trunk/libs/integer/doc/html/boost_integer/integer.html | 4 ++--
   trunk/libs/integer/doc/html/boost_integer/mask.html | 8 ++++----
   trunk/libs/integer/doc/html/index.html | 4 ++--
   trunk/libs/integer/doc/integer.qbk | 6 +++---
   5 files changed, 13 insertions(+), 13 deletions(-)

Modified: trunk/libs/integer/doc/html/boost_integer/history.html
==============================================================================
--- trunk/libs/integer/doc/html/boost_integer/history.html (original)
+++ trunk/libs/integer/doc/html/boost_integer/history.html 2009-11-26 10:43:32 EST (Thu, 26 Nov 2009)
@@ -26,7 +26,7 @@
 <a name="boost_integer.history"></a><a class="link" href="history.html" title="History"> History</a>
 </h2></div></div></div>
 <a name="boost_integer.history.1_42_0"></a><h5>
-<a name="id785558"></a>
+<a name="id753882"></a>
       <a class="link" href="history.html#boost_integer.history.1_42_0">1.42.0</a>
     </h5>
 <div class="itemizedlist"><ul type="disc">
@@ -55,7 +55,7 @@
       </li>
 </ul></div>
 <a name="boost_integer.history.1_32_0"></a><h5>
-<a name="id785660"></a>
+<a name="id753984"></a>
       <a class="link" href="history.html#boost_integer.history.1_32_0">1.32.0</a>
     </h5>
 <div class="itemizedlist"><ul type="disc"><li>

Modified: trunk/libs/integer/doc/html/boost_integer/integer.html
==============================================================================
--- trunk/libs/integer/doc/html/boost_integer/integer.html (original)
+++ trunk/libs/integer/doc/html/boost_integer/integer.html 2009-11-26 10:43:32 EST (Thu, 26 Nov 2009)
@@ -140,7 +140,7 @@
         <code class="literal">fast</code>. The following table describes each template's criteria.
       </p>
 <div class="table">
-<a name="id781298"></a><p class="title"><b>Table 1. Criteria for the Sized Type Class Templates</b></p>
+<a name="id749623"></a><p class="title"><b>Table 1. Criteria for the Sized Type Class Templates</b></p>
 <div class="table-contents"><table class="table" summary="Criteria for the Sized Type Class Templates">
 <colgroup>
 <col>
@@ -256,7 +256,7 @@
 </span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">int_max_value_t</span><span class="special">&lt;</span><span class="number">1000</span><span class="special">&gt;::</span><span class="identifier">least</span> <span class="identifier">my1000</span> <span class="special">=</span> <span class="number">1000</span><span class="special">;</span>
     <span class="comment">//...
 </span> <span class="comment">// This one is guarenteed not to be truncated, and as fast
-</span> <span class="comment">// to manipulate as possible, it's size may be greater than
+</span> <span class="comment">// to manipulate as possible, its size may be greater than
 </span> <span class="comment">// that of my1000:
 </span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">int_max_value_t</span><span class="special">&lt;</span><span class="number">1000</span><span class="special">&gt;::</span><span class="identifier">fast</span> <span class="identifier">my_fast1000</span> <span class="special">=</span> <span class="number">1000</span><span class="special">;</span>
 <span class="special">}</span>

Modified: trunk/libs/integer/doc/html/boost_integer/mask.html
==============================================================================
--- trunk/libs/integer/doc/html/boost_integer/mask.html (original)
+++ trunk/libs/integer/doc/html/boost_integer/mask.html 2009-11-26 10:43:32 EST (Thu, 26 Nov 2009)
@@ -105,7 +105,7 @@
         of <code class="literal">high_bit_mask_t</code>.
       </p>
 <div class="table">
-<a name="id782311"></a><p class="title"><b>Table 2. Members of the `boost::high_bit_mask_t` Class Template</b></p>
+<a name="id750635"></a><p class="title"><b>Table 2. Members of the `boost::high_bit_mask_t` Class Template</b></p>
 <div class="table-contents"><table class="table" summary="Members of the `boost::high_bit_mask_t` Class Template">
 <colgroup>
 <col>
@@ -205,7 +205,7 @@
         the members of an instantiation of <code class="literal">low_bits_mask_t</code>.
       </p>
 <div class="table">
-<a name="id782512"></a><p class="title"><b>Table 3. Members of the [^boost::low_bits_mask_t] Class Template</b></p>
+<a name="id750836"></a><p class="title"><b>Table 3. Members of the [^boost::low_bits_mask_t] Class Template</b></p>
 <div class="table-contents"><table class="table" summary="Members of the [^boost::low_bits_mask_t] Class Template">
 <colgroup>
 <col>
@@ -344,9 +344,9 @@
 <p>
         The class templates in this header are an extension of the <a class="link" href="integer.html" title="Integer Type Selection">integer
         type selection class templates</a>. The new class templates provide the
- same sized types, but also convienent masks to use when extracting the highest
+ same sized types, but also convenient masks to use when extracting the highest
         or all the significant bits when the containing built-in type contains more
- bits. This prevents contaimination of values by the higher, unused bits.
+ bits. This prevents contamination of values by the higher, unused bits.
       </p>
 </div>
 <div class="section" lang="en">

Modified: trunk/libs/integer/doc/html/index.html
==============================================================================
--- trunk/libs/integer/doc/html/index.html (original)
+++ trunk/libs/integer/doc/html/index.html 2009-11-26 10:43:32 EST (Thu, 26 Nov 2009)
@@ -40,7 +40,7 @@
 <div><p class="copyright">Copyright © 2001 -2009 Beman Dawes, Daryle Walker, Gennaro Prota,
       John Maddock</p></div>
 <div><div class="legalnotice">
-<a name="id770995"></a><p>
+<a name="id739319"></a><p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>
@@ -229,7 +229,7 @@
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: November 26, 2009 at 11:06:43 GMT</small></p></td>
+<td align="left"><p><small>Last revised: November 26, 2009 at 15:42:57 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: trunk/libs/integer/doc/integer.qbk
==============================================================================
--- trunk/libs/integer/doc/integer.qbk (original)
+++ trunk/libs/integer/doc/integer.qbk 2009-11-26 10:43:32 EST (Thu, 26 Nov 2009)
@@ -399,7 +399,7 @@
        boost::int_max_value_t<1000>::least my1000 = 1000;
        //...
        // This one is guarenteed not to be truncated, and as fast
- // to manipulate as possible, it's size may be greater than
+ // to manipulate as possible, its size may be greater than
        // that of my1000:
        boost::int_max_value_t<1000>::fast my_fast1000 = 1000;
    }
@@ -568,9 +568,9 @@
 [section Rationale]
 
 The class templates in this header are an extension of the [link boost_integer.integer integer type selection class templates].
-The new class templates provide the same sized types, but also convienent masks to use when extracting the
+The new class templates provide the same sized types, but also convenient masks to use when extracting the
 highest or all the significant bits when the containing built-in type contains more bits.
-This prevents contaimination of values by the higher, unused bits.
+This prevents contamination of values by the higher, unused bits.
 
 [endsect]
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk