aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/plugins/RssPlaylistPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-04 23:33:08 +0100
committerMax Kellermann <max@duempel.org>2014-12-04 23:33:08 +0100
commit88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c (patch)
tree21fba030d312eb03b47c82c3f548d56fa9cc0b21 /src/playlist/plugins/RssPlaylistPlugin.cxx
parentaa4c7055f8e0746bd725ffc0cb140373fabcc405 (diff)
downloadmpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.tar.gz
mpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.tar.xz
mpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.zip
playlist, InotifySource, ...: update GLib comments
Diffstat (limited to 'src/playlist/plugins/RssPlaylistPlugin.cxx')
-rw-r--r--src/playlist/plugins/RssPlaylistPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/plugins/RssPlaylistPlugin.cxx b/src/playlist/plugins/RssPlaylistPlugin.cxx
index 6f9aad54b..3d32b29ca 100644
--- a/src/playlist/plugins/RssPlaylistPlugin.cxx
+++ b/src/playlist/plugins/RssPlaylistPlugin.cxx
@@ -28,7 +28,7 @@
#include "Log.hxx"
/**
- * This is the state object for the GLib XML parser.
+ * This is the state object for the our XML parser.
*/
struct RssParser {
/**