aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-03 05:07:08 +0000
committerChris Lattner <sabre@nondot.org>2005-10-03 05:07:08 +0000
commit5feec6b2e61d53d5252afa7c34967a6265cdb66d (patch)
tree1afd8a008b9c1b2a56aadb0ad4aba9aeb0d47721
parent52a12a9834ad2d078937ba2b9ecf9e6cbc59ad63 (diff)
Fix typo, thanks to Vladimir Merzliakov for pointing this out!
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@23607 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--MultiSource/Benchmarks/Olden/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/MultiSource/Benchmarks/Olden/Makefile b/MultiSource/Benchmarks/Olden/Makefile
index cdd6ded0..fd0b879e 100644
--- a/MultiSource/Benchmarks/Olden/Makefile
+++ b/MultiSource/Benchmarks/Olden/Makefile
@@ -2,8 +2,8 @@
LEVEL = ../../..
-## NOTE: This must remain in this oder, so that the labels in the nightly tester
-## gnuplot scripts are correct.
+## NOTE: This must remain in this order, so that the labels in the nightly
+## tester gnuplot scripts are correct.
PARALLEL_DIRS := bh em3d mst power tsp bisort health perimeter treeadd voronoi
include $(LEVEL)/Makefile.programs