summaryrefslogtreecommitdiffstats
path: root/tools/update/rtems-polish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/update/rtems-polish.sh')
-rwxr-xr-xtools/update/rtems-polish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update/rtems-polish.sh b/tools/update/rtems-polish.sh
index 83e3d0e390..df0cc8a0e7 100755
--- a/tools/update/rtems-polish.sh
+++ b/tools/update/rtems-polish.sh
@@ -37,7 +37,7 @@ usage()
exit 1;
}
-# Check for auxillary files
+# Check for auxiliary files
aux_files="../../VERSION ampolish acpolish cipolish"
for i in ${aux_files}; do
if test ! -f ${perltools}/$i; then