summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-07-14 17:26:34 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-07-14 17:26:34 +0000
commit1ba3138cdca11235c049f535ac64249f8f912ec0 (patch)
tree8077899585c6d8ecbbdcf0c585d9a171e2e92047 /Makefile.rules
parentbc0e998c497446f5448425b3cbd7f8f19a458764 (diff)
downloadllvm-1ba3138cdca11235c049f535ac64249f8f912ec0.tar.gz
llvm-1ba3138cdca11235c049f535ac64249f8f912ec0.tar.bz2
llvm-1ba3138cdca11235c049f535ac64249f8f912ec0.tar.xz
The word `separate' only has one `e'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index d48647db9c..f3316ba962 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -592,7 +592,7 @@ LIB_OPTS_P := $(LLVM_LIBS_OPTIONS_P) $(PROJ_LIBS_OPTIONS_P)
# USED_LIB_PATHS - Compute the path of the libraries used so that tools are
# rebuilt if libraries change. This has to make sure to handle .a/.so and .o
-# files seperately.
+# files separately.
#
STATICUSEDLIBS := $(patsubst %.a.o, lib%.a, $(addsuffix .o, $(USEDLIBS)))
USED_LIB_PATHS_G := $(addprefix $(DESTLIBDEBUG)/, $(STATICUSEDLIBS))