aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-11-15 21:04:15 +0000
committerChris Lattner <sabre@nondot.org>2006-11-15 21:04:15 +0000
commit166f45e8d70736575af54709848249fe3025ba79 (patch)
treebbeacfafd7fda9d04b611075b985daf801d0ba2e /Makefile.rules
parent6ce7dc2a97260eea5fba414332796464912b9359 (diff)
downloadexternal_llvm-166f45e8d70736575af54709848249fe3025ba79.zip
external_llvm-166f45e8d70736575af54709848249fe3025ba79.tar.gz
external_llvm-166f45e8d70736575af54709848249fe3025ba79.tar.bz2
Fix typo pointed out by Bryan Adams
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31766 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 1eb072a..f80cc25 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -747,7 +747,7 @@ all-local:: $(LibName.LA)
ifdef LINK_LIBS_IN_SHARED
ifdef LOADABLE_MODULE
-SharedLibKindMessage := "Lodable Module"
+SharedLibKindMessage := "Loadable Module"
else
SharedLibKindMessage := "Shared Library"
endif