From e4b13d90bfe99428564fba147e9b00210de341b2 Mon Sep 17 00:00:00 2001 From: Arnaud Versini Date: Sun, 4 Mar 2018 15:00:48 +0100 Subject: finalclasses : correct the comments with name in downcase Change-Id: Iad623ff608d015e95fe226babff18241488dabf0 Reviewed-on: https://gerrit.libreoffice.org/50730 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- compilerplugins/clang/finalclasses.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilerplugins/clang/finalclasses.cxx') diff --git a/compilerplugins/clang/finalclasses.cxx b/compilerplugins/clang/finalclasses.cxx index ff2a29e7e434..8f48611f07da 100644 --- a/compilerplugins/clang/finalclasses.cxx +++ b/compilerplugins/clang/finalclasses.cxx @@ -21,7 +21,7 @@ These can be made private. The process goes something like this: $ make check - $ make FORCE_COMPILE_ALL=1 COMPILER_PLUGIN_TOOL='FinalClasses' check + $ make FORCE_COMPILE_ALL=1 COMPILER_PLUGIN_TOOL='finalclasses' check $ ./compilerplugins/clang/finalclasses.py */ -- cgit