Fix some typos.

[SVN r57946]
This commit is contained in:
John Maddock
2009-11-26 15:43:32 +00:00
parent fad95e3d1f
commit 154b9ce992
5 changed files with 13 additions and 13 deletions

View File

@ -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<EFBFBD>2.<2E>Members of the `boost::high_bit_mask_t` Class Template</b></p>
<a name="id750635"></a><p class="title"><b>Table<EFBFBD>2.<2E>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<EFBFBD>3.<2E>Members of the [^boost::low_bits_mask_t] Class Template</b></p>
<a name="id750836"></a><p class="title"><b>Table<EFBFBD>3.<2E>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">