X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fhas_info_documentation.c;h=4d440e6d7cec650b91d80d86e41fd0477e299f6e;hp=aed229340dea38fe4555d8132396515167053d9f;hb=357700fd05c2cf25563a0058fd68f2ffea827e74;hpb=f952b88b36e3803370825fb43385f1a42aa24b64 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,