aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/vendors/compile-altera.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/vendors/compile-altera.sh')
-rwxr-xr-xlibraries/vendors/compile-altera.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/vendors/compile-altera.sh b/libraries/vendors/compile-altera.sh
index 1b20d417e..e943dac3a 100755
--- a/libraries/vendors/compile-altera.sh
+++ b/libraries/vendors/compile-altera.sh
@@ -7,7 +7,7 @@
# Authors: Patrick Lehmann
#
# Bash Script: Script to compile the simulation libraries from Altera
-# Quartus-II for GHDL on Linux
+# Quartus for GHDL on Linux
#
# Description:
# ------------------------------------
@@ -247,7 +247,7 @@ GHDL_PARAMS+=(--ieee=$VHDLFlavor --std=$VHDLStandard -P$DestinationDirectory)
STOPCOMPILING=0
ERRORCOUNT=0
-# Cleanup directory
+# Cleanup directories
# ==============================================================================
if [ "$CLEAN" == "TRUE" ]; then
echo 1>&2 -e "${COLORED_ERROR} '--clean' is not implemented!"