summaryrefslogtreecommitdiffstats
path: root/playtree.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 13:22:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 13:22:23 +0000
commita2fdc1955ce2711cd04e6583fc21bc039bdc6d08 (patch)
tree4e8a105346758cc2b5472d9f39d2ab5fae6e16ee /playtree.h
parent9e6de98c11511c950080a63cd9c305ade6f684f9 (diff)
downloadmpv-a2fdc1955ce2711cd04e6583fc21bc039bdc6d08.tar.bz2
mpv-a2fdc1955ce2711cd04e6583fc21bc039bdc6d08.tar.xz
spelling/grammar/wording fixes in doxygen and non-doxygen comments
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18317 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'playtree.h')
-rw-r--r--playtree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/playtree.h b/playtree.h
index ed57d04eee..9a3246ef55 100644
--- a/playtree.h
+++ b/playtree.h
@@ -247,7 +247,7 @@ parse_playlist_file(char* file);
/// by Fabian Franz (mplayer@fabian-franz.de).
///@{
-/// Cleanups pt and creates a new iter.
+// Cleans up pt and creates a new iter.
play_tree_iter_t* pt_iter_create(play_tree_t** pt, struct m_config* config);
/// Frees the iter.