summaryrefslogtreecommitdiff
path: root/doc/ogg/oggpack_look.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ogg/oggpack_look.html')
-rw-r--r--doc/ogg/oggpack_look.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ogg/oggpack_look.html b/doc/ogg/oggpack_look.html
index b31f4e0..e0fae99 100644
--- a/doc/ogg/oggpack_look.html
+++ b/doc/ogg/oggpack_look.html
@@ -17,9 +17,9 @@
<p><i>declared in "ogg/ogg.h";</i></p>
-<p>This function looks at a specified number of bits inside the buffer without advancing the location pointer.
-<p>The specified number of bits are read, starting from the location pointer.
-<p>This function can be used to read 32 or fewer bits.
+<p>This function looks at a specified number of bits inside the buffer without advancing the location pointer.
+<p>The specified number of bits are read, starting from the location pointer.
+<p>This function can be used to read 32 or fewer bits.
<p><a href="oggpack_look_huff.html">oggpack_look_huff()</a> can be used instead to read 8 or fewer bits.
<br><br>
@@ -27,7 +27,7 @@
<tr bgcolor=#cccccc>
<td>
<pre><b>
-long oggpack_look(<a href="oggpack_buffer.html">oggpack_buffer</a> *b,int bits);
+long oggpack_look(<a href="oggpack_buffer.html">oggpack_buffer</a> *b,int bits);
</b></pre>
</td>
</tr>
@@ -36,7 +36,7 @@ long oggpack_look(<a href="oggpack_buffer.html">oggpack_buffer</a> *b,int bits)
<h3>Parameters</h3>
<dl>
<dt><i>b</i></dt>
-<dd>Pointer to <a href="oggpack_buffer.html">oggpack_buffer</a> to be read.</dd>
+<dd>Pointer to <a href="oggpack_buffer.html">oggpack_buffer</a> to be read.</dd>
<dt><i>bits</i></dt>
<dd>Number of bits to look at. For this function, must be 32 or fewer.</dd>
</dl>