From 7318f3fe3d33e35459a3e344e8a372068b1c72b5 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sat, 8 Mar 2014 23:24:50 +0000 Subject: [PATCH] Fix a typo --- tools/code-style/uncrustify-changed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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