aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Langou <julien.langou@ucdenver.edu>2016-11-24 08:54:37 +0100
committerJulien Langou <julien.langou@ucdenver.edu>2016-11-24 08:54:37 +0100
commitfe852bba51e12c561ffa5cbd690b25166a46e4f2 (patch)
tree25d89091d9a7acc1e0fbd128172ed8e9e96a675f
parent3099cc7765c186fe1532f5215facc8fb4d118ca1 (diff)
correct a few typos in the Makefile of TESTING
-rw-r--r--TESTING/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/TESTING/Makefile b/TESTING/Makefile
index 9b641e76..92c89fe3 100644
--- a/TESTING/Makefile
+++ b/TESTING/Makefile
@@ -188,31 +188,31 @@ dstest.out: dstest.in xlintstds
# ======== COMPLEX-COMPLEX16 LIN TESTS ========================
zctest.out: zctest.in xlintstzc
- @echo Testing COMPLEX-COMPLEX16 LAPACK protoype linear equation routines
+ @echo Testing COMPLEX-COMPLEX16 LAPACK prototype linear equation routines
./xlintstzc < zctest.in > $@ 2>&1
#
# ======== SINGLE RFP LIN TESTS ========================
stest_rfp.out: stest_rfp.in xlintstrfs
- @echo Testing REAL LAPACK RFP protoype linear equation routines
+ @echo Testing REAL LAPACK RFP prototype linear equation routines
./xlintstrfs < stest_rfp.in > $@ 2>&1
#
# ======== COMPLEX16 RFP LIN TESTS ========================
dtest_rfp.out: dtest_rfp.in xlintstrfd
- @echo Testing DOUBLE PRECISION LAPACK RFP protoype linear equation routines
+ @echo Testing DOUBLE PRECISION LAPACK RFP prototype linear equation routines
./xlintstrfd < dtest_rfp.in > $@ 2>&1
#
# ======== COMPLEX16 RFP LIN TESTS ========================
ctest_rfp.out: ctest_rfp.in xlintstrfc
- @echo Testing COMPLEX LAPACK RFP protoype linear equation routines
+ @echo Testing COMPLEX LAPACK RFP prototype linear equation routines
./xlintstrfc < ctest_rfp.in > $@ 2>&1
#
# ======== COMPLEX16 RFP LIN TESTS ========================
ztest_rfp.out: ztest_rfp.in xlintstrfz
- @echo Testing COMPLEX16 LAPACK RFP protoype linear equation routines
+ @echo Testing COMPLEX16 LAPACK RFP prototype linear equation routines
./xlintstrfz < ztest_rfp.in > $@ 2>&1
#
#