aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-07-11 19:29:25 +0200
committerMax Kellermann <max@duempel.org>2014-07-11 19:29:25 +0200
commit344d10a8e3466345c41209656fd91ede39ff93f4 (patch)
tree59e9288ed16712e9e4a4f1ded54771f53f53b61e /src
parent09384df32cc6bef40bc3630de1c928d2eb424909 (diff)
downloadmpd-344d10a8e3466345c41209656fd91ede39ff93f4.tar.gz
mpd-344d10a8e3466345c41209656fd91ede39ff93f4.tar.xz
mpd-344d10a8e3466345c41209656fd91ede39ff93f4.zip
PlaylistControl: update code comment
Diffstat (limited to 'src')
-rw-r--r--src/PlaylistControl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistControl.cxx b/src/PlaylistControl.cxx
index 2dbd75d6e..58971a4b4 100644
--- a/src/PlaylistControl.cxx
+++ b/src/PlaylistControl.cxx
@@ -153,7 +153,7 @@ playlist::PlayNext(PlayerControl &pc)
queue.ShuffleOrder();
/* note that current and queued are
- now invalid, but playlist_play_order() will
+ now invalid, but PlayOrder() will
discard them anyway */
}