diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2002-03-12 16:36:45 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-03-12 16:36:45 -0800 |
commit | f4a126533c6a4f37f1a632f66f4095a8e6a9e737 (patch) | |
tree | c12112bea81da7795cd65ff9e2a40b198087b3d9 /gcc | |
parent | 8a611251a92c9932e6cbe3d8953ac573075d2c3b (diff) | |
download | gcc-f4a126533c6a4f37f1a632f66f4095a8e6a9e737.zip gcc-f4a126533c6a4f37f1a632f66f4095a8e6a9e737.tar.gz gcc-f4a126533c6a4f37f1a632f66f4095a8e6a9e737.tar.bz2 |
Fix typo in comment.
From-SVN: r50699
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index 3873a40..a4a3549 100644 --- a/gcc/ada/Makefile.in +++ b/gcc/ada/Makefile.in @@ -57,7 +57,7 @@ # FLEX: Gnu flex works. # Other miscellaneous tools for obscure targets. -# Tell GNU make 2.79 not to run this directory in parallel. +# Tell GNU make 3.79 not to run this directory in parallel. # Not all of the required dependencies are present. .NOTPARALLEL: |