X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fhas_info_documentation.c;fp=tools%2Fccanlint%2Ftests%2Fhas_info_documentation.c;h=4d440e6d7cec650b91d80d86e41fd0477e299f6e;hb=357700fd05c2cf25563a0058fd68f2ffea827e74;hp=aed229340dea38fe4555d8132396515167053d9f;hpb=218c9c2322fb2e8aaac2e5c400cb5a0aa2b7f1e3;p=ccan diff --git a/tools/ccanlint/tests/has_info_documentation.c b/tools/ccanlint/tests/has_info_documentation.c index aed22934..4d440e6d 100644 --- a/tools/ccanlint/tests/has_info_documentation.c +++ b/tools/ccanlint/tests/has_info_documentation.c @@ -124,7 +124,7 @@ static unsigned int has_info_documentation_score(struct manifest *m, struct ccanlint has_info_documentation = { .key = "info-documentation", - .name = "Documentation in _info file", + .name = "Module has documentation in _info", .total_score = 3, .score = has_info_documentation_score, .check = check_has_info_documentation,