From: Karel Zak Date: Wed, 23 Jan 2008 11:31:10 +0000 (+0100) Subject: volume_id: fix typo in function documentation X-Git-Tag: 174~1763 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf79d61233ab73c6987ba51b62ebb7070acec407;p=systemd volume_id: fix typo in function documentation Signed-off-by: Karel Zak --- diff --git a/extras/volume_id/lib/volume_id.c b/extras/volume_id/lib/volume_id.c index 9edbb69f..e8f6de35 100644 --- a/extras/volume_id/lib/volume_id.c +++ b/extras/volume_id/lib/volume_id.c @@ -86,7 +86,7 @@ static void default_log(int priority, const char *file, int line, const char *fo volume_id_log_fn_t volume_id_log_fn = default_log; /** - * volume_id_get_label: + * volume_id_get_prober_by_type: * @type: Type string. * * Lookup the probing function for a specific type.