diff options
author | Arnaud Versini <arnaud.versini@gmail.com> | 2018-03-04 15:00:48 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-04 18:07:00 +0100 |
commit | e4b13d90bfe99428564fba147e9b00210de341b2 (patch) | |
tree | 01f614cf78ba660daa50e38b964720a07eb01bcf /compilerplugins | |
parent | f705047867c30cbcdf45fae2e035b304c42ce336 (diff) |
finalclasses : correct the comments with name in downcase
Change-Id: Iad623ff608d015e95fe226babff18241488dabf0
Reviewed-on: https://gerrit.libreoffice.org/50730
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/finalclasses.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |