aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/check-gcc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check-gcc.sh')
-rwxr-xr-xscripts/check-gcc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-gcc.sh b/scripts/check-gcc.sh
index 2d89d98f..8c363221 100755
--- a/scripts/check-gcc.sh
+++ b/scripts/check-gcc.sh
@@ -9,7 +9,7 @@ s2=`readelf -A "$f2" | grep "Tag_ARM_ISA_use"`
if [ "$s1" != "$s2" ]; then
echo ""
- echo "ERROR: The compiler failed to correctly compile Klipper"
+ echo "ERROR: The compiler failed to correctly compile Kutter"
echo "It will be necessary to upgrade the compiler"
echo "See: https://bugs.launchpad.net/ubuntu/+source/newlib/+bug/1767223"
echo ""