diff options
author | Karel Zak <kzak@redhat.com> | 2008-01-23 12:31:10 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-01-24 01:12:33 +0100 |
commit | bf79d61233ab73c6987ba51b62ebb7070acec407 (patch) | |
tree | a1ca60704dd3d7b02b709dae93fe301819943929 /extras/volume_id | |
parent | a141b43506c20f6681e428c5c73f3c35adb8ea2d (diff) |
volume_id: fix typo in function documentation
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'extras/volume_id')
-rw-r--r-- | extras/volume_id/lib/volume_id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/volume_id.c b/extras/volume_id/lib/volume_id.c index 9edbb69fb9..e8f6de35fd 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. |