summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/aixf77.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Tool/aixf77.py')
-rw-r--r--src/engine/SCons/Tool/aixf77.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/aixf77.py b/src/engine/SCons/Tool/aixf77.py
index a667e84..cf07a0b 100644
--- a/src/engine/SCons/Tool/aixf77.py
+++ b/src/engine/SCons/Tool/aixf77.py
@@ -41,7 +41,7 @@ import f77
# It would be good to look for the AIX F77 package the same way we're now
# looking for the C and C++ packages. This should be as easy as supplying
# the correct package names in the following list and uncommenting the
-# SCons.Platform.aix_get_xlc() call the in the function below.
+# SCons.Platform.aix_get_xlc() call in the function below.
packages = []
def get_xlf77(env):