diff --git a/scripts/clang-format.sh b/scripts/clang-format.sh index 89b1423101..fe16db07af 100755 --- a/scripts/clang-format.sh +++ b/scripts/clang-format.sh @@ -589,7 +589,7 @@ if [ $((clang_format_version_major + 0)) -lt $((CLANG_FORMAT_REQUIRED_VERSION + Die "Require clang version $CLANG_FORMAT_REQUIRED_VERSION, found $clang_format_version_major ($clang_format_version)." fi -# overwite git-clang-version for --diffstat as upstream does not have that yet +# overwrite git-clang-version for --diffstat as upstream does not have that yet RequireProgram GIT_CLANG_FORMAT_DIFFSTAT scripts/git-clang-format-custom if [ "$GIT_CLANG_FORMAT_BINARY" != "clang-format" ]; then GIT_CLANG_FORMAT="$GIT_CLANG_FORMAT --binary $GIT_CLANG_FORMAT_BINARY"