]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Remove leftover comment
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 12 Dec 2011 16:01:25 +0000 (14:01 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 12 Dec 2011 16:01:39 +0000 (14:01 -0200)
mod->path is always absolute: remove comment from previous behavior.

libkmod/libkmod-module.c

index 9544ccc3e4db08f8627a9c589579990358f47182..d595d47365aa7ced3c8d3f4f087b74033e089be5 100644 (file)
@@ -469,10 +469,6 @@ KMOD_EXPORT const char *kmod_module_get_name(const struct kmod_module *mod)
        return mod->name;
 }
 
-/*
- * Relative paths are relative to dirname. Absolute paths are only used when
- * user created kmod_module by giving a path
- */
 KMOD_EXPORT const char *kmod_module_get_path(const struct kmod_module *mod)
 {
        char *line;