diff --git a/tools/code-style/uncrustify-changed.sh b/tools/code-style/uncrustify-changed.sh index e79accaec..a0bfa49e1 100755 --- a/tools/code-style/uncrustify-changed.sh +++ b/tools/code-style/uncrustify-changed.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# This file checks your git index and runs indent on every changed *.c and *.h +# This file checks your git index and runs uncrustify on every changed *.c and *.h # file. # # Author: Valentin Sawadski