From 5feec6b2e61d53d5252afa7c34967a6265cdb66d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 3 Oct 2005 05:07:08 +0000 Subject: 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 --- MultiSource/Benchmarks/Olden/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3