aboutsummaryrefslogtreecommitdiffstats
path: root/src/db
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/db
parentaa4c7055f8e0746bd725ffc0cb140373fabcc405 (diff)
downloadmpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.tar.gz
mpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.tar.xz
mpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.zip
playlist, InotifySource, ...: update GLib comments
Diffstat (limited to 'src/db')
-rw-r--r--src/db/update/InotifySource.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/update/InotifySource.hxx b/src/db/update/InotifySource.hxx
index 2557680a0..22b05bf4e 100644
--- a/src/db/update/InotifySource.hxx
+++ b/src/db/update/InotifySource.hxx
@@ -41,8 +41,8 @@ public:
}
/**
- * Creates a new inotify source and registers it in the GLib main
- * loop.
+ * Creates a new inotify source and registers it in the
+ * #EventLoop.
*
* @param a callback invoked for events received from the kernel
*/