]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/check_depends_exist.c
ccanlint: clean up test short descriptions
[ccan] / tools / ccanlint / compulsory_tests / check_depends_exist.c
index 28f581c5758e01b3aa335e3744757996d1f659a8..aef2a24baeb3e0a57a759cb757da79e9bd55a9f0 100644 (file)
@@ -67,7 +67,7 @@ static const char *describe_depends_exist(struct manifest *m,
 
 struct ccanlint depends_exist = {
        .key = "depends-exist",
-       .name = "CCAN dependencies are present",
+       .name = "Module's CCAN dependencies are present",
        .total_score = 1,
        .check = check_depends_exist,
        .describe = describe_depends_exist,