Skip to content

Commit

Permalink
Makefile: Fix name of coding style guide.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Stephen Finucane <[email protected]>
  • Loading branch information
blp committed Mar 30, 2017
1 parent 36664f3 commit 692ac45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ printf-check:
then \
echo "See above for list of violations of the rule that"; \
echo "'z', 't', 'j', 'hh' printf() type modifiers are"; \
echo "forbidden. See CodingStyle.rst for replacements."; \
echo "forbidden. See coding-style.rst for replacements."; \
exit 1; \
fi
.PHONY: printf-check
Expand Down

0 comments on commit 692ac45

Please sign in to comment.