summaryrefslogtreecommitdiffstats
path: root/playtree.h
diff options
context:
space:
mode:
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.