aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/check_whitespace.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check_whitespace.sh')
-rwxr-xr-xscripts/check_whitespace.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check_whitespace.sh b/scripts/check_whitespace.sh
index 4fe2146e..9cf592b4 100755
--- a/scripts/check_whitespace.sh
+++ b/scripts/check_whitespace.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Script to check whitespace in Klipper source code.
+# Script to check whitespace in source code.
# Find SRCDIR from the pathname of this script
SRCDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/.. && pwd )"