]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/idempotent.c
ccanlint: clean up test short descriptions
[ccan] / tools / ccanlint / tests / idempotent.c
index 6ed1767606239d7e4f8dde94c7211a52ba44ee65..34b455c0a5fd5dd206b58c05a3510181ec6fe1f3 100644 (file)
@@ -133,7 +133,7 @@ static const char *describe_idempotent(struct manifest *m, void *check_result)
 
 struct ccanlint idempotent = {
        .key = "idempotent",
-       .name = "Headers are #ifndef/#define idempotent wrapped",
+       .name = "Module headers are #ifndef/#define wrapped",
        .total_score = 1,
        .check = check_idempotent,
        .describe = describe_idempotent,