playlist, InotifySource, ...: update GLib comments

This commit is contained in:
Max Kellermann
2014-12-04 23:33:08 +01:00
parent aa4c7055f8
commit 88b75b57d0
6 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ static unsigned sample_rate;
static const char *soundfont_path;
/**
* Convert a fluidsynth log level to a GLib log level.
* Convert a fluidsynth log level to a MPD log level.
*/
static LogLevel
fluidsynth_level_to_mpd(enum fluid_log_level level)
@@ -61,7 +61,7 @@ fluidsynth_level_to_mpd(enum fluid_log_level level)
}
/**
* The fluidsynth logging callback. It forwards messages to the GLib
* The fluidsynth logging callback. It forwards messages to the MPD
* logging library.
*/
static void