summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2010-10-09 05:29:32 +0000
committerRalph Giles <giles@xiph.org>2010-10-09 05:29:32 +0000
commit8f269ea58e5d16300c74574bcd6291efd98b8d6f (patch)
tree7904e54b078170c97e3990ac7b3eb95652b0cb16 /doc
parent7d1415fa2d124b4ac9a2aebdb969f009e2cc380b (diff)
downloadogg-git-8f269ea58e5d16300c74574bcd6291efd98b8d6f.tar.gz
Fix a cut-and-paste error in the documentation.
svn path=/trunk/ogg/; revision=17496
Diffstat (limited to 'doc')
-rw-r--r--doc/libogg/ogg_packet_clear.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libogg/ogg_packet_clear.html b/doc/libogg/ogg_packet_clear.html
index fa3ef17..513455b 100644
--- a/doc/libogg/ogg_packet_clear.html
+++ b/doc/libogg/ogg_packet_clear.html
@@ -32,7 +32,7 @@ int ogg_packet_clear(ogg_packet *op);
<h3>Parameters</h3>
<dl>
-<dt><i>os</i></dt>
+<dt><i>op</i></dt>
<dd>Pointer to the ogg_packet struct to be cleared.</dd>
</dl>