[llvm-commits] [test-suite] r49254 - in /test-suite/trunk: Makefile.config.in README.txt
Gabor Greif
ggreif at gmail.com
Sat Apr 5 15:02:13 PDT 2008
Author: ggreif
Date: Sat Apr 5 17:02:12 2008
New Revision: 49254
URL: http://llvm.org/viewvc/llvm-project?rev=49254&view=rev
Log:
correct some typos
Modified:
test-suite/trunk/Makefile.config.in
test-suite/trunk/README.txt
Modified: test-suite/trunk/Makefile.config.in
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.config.in?rev=49254&r1=49253&r2=49254&view=diff
==============================================================================
--- test-suite/trunk/Makefile.config.in (original)
+++ test-suite/trunk/Makefile.config.in Sat Apr 5 17:02:12 2008
@@ -26,7 +26,7 @@
# Ignore the LIBS set by $(LLVM_OBJ_ROOT)/Makefile.config
LIBS :=
-#Set SourceDir for backwards compatbility.
+# Set SourceDir for backwards compatibility.
ifndef SourceDir
SourceDir=$(PROJ_SRC_DIR)
endif
Modified: test-suite/trunk/README.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/README.txt?rev=49254&r1=49253&r2=49254&view=diff
==============================================================================
--- test-suite/trunk/README.txt (original)
+++ test-suite/trunk/README.txt Sat Apr 5 17:02:12 2008
@@ -1,7 +1,7 @@
-llvm-test Heirarchy
+llvm-test Hierarchy
-------------------
-Files in this heirarchy comprise complete programs that are to be compiled from
+Files in this hierarchy comprise complete programs that are to be compiled from
source, linked (optionally), and then compiled to machine code. Since these
programs are complete and runnable, they are then executed, once in LLI and
once natively. The output is recorded and diff'ed.
More information about the llvm-commits
mailing list