summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2019-07-31 09:06:32 -0700
committerRalph Giles <giles@thaumas.net>2019-07-31 09:07:06 -0700
commit934385378f45f11586b03b6214bf5f363649f3b6 (patch)
tree538a626a3d41f36133267b9e614dfecc9c017f0a
parent1b22b8958cdea300f9a49ef7adb59de57cdc60b0 (diff)
downloadogg-git-934385378f45f11586b03b6214bf5f363649f3b6.tar.gz
Fix documentation typo.
Update cut-and-paste description of the reset functions to reference resetting instead of clearing.
-rw-r--r--doc/libogg/ogg_stream_reset.html2
-rw-r--r--doc/libogg/ogg_stream_reset_serialno.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/libogg/ogg_stream_reset.html b/doc/libogg/ogg_stream_reset.html
index 8dad2c4..67b1009 100644
--- a/doc/libogg/ogg_stream_reset.html
+++ b/doc/libogg/ogg_stream_reset.html
@@ -32,7 +32,7 @@ int ogg_stream_reset(ogg_stream_state *os);
<h3>Parameters</h3>
<dl>
<dt><i>os</i></dt>
-<dd>Pointer to the ogg_stream_state struct to be cleared.</dd>
+<dd>Pointer to the ogg_stream_state struct to be reset.</dd>
</dl>
diff --git a/doc/libogg/ogg_stream_reset_serialno.html b/doc/libogg/ogg_stream_reset_serialno.html
index 4168a9b..809f10e 100644
--- a/doc/libogg/ogg_stream_reset_serialno.html
+++ b/doc/libogg/ogg_stream_reset_serialno.html
@@ -36,7 +36,7 @@ int ogg_stream_reset_serialno(ogg_stream_state *os, int serialno);
<h3>Parameters</h3>
<dl>
<dt><i>os</i></dt>
-<dd>Pointer to the ogg_stream_state struct to be cleared.</dd>
+<dd>Pointer to the ogg_stream_state struct to be reset.</dd>
<dt><i>serialno</i></dt>
<dd>New stream serial number to use</dd>
</dl>