From: Chris Lattner Date: Wed, 15 Nov 2006 21:04:15 +0000 (+0000) Subject: Fix typo pointed out by Bryan Adams X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=166f45e8d70736575af54709848249fe3025ba79;p=oota-llvm.git Fix typo pointed out by Bryan Adams git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31766 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 1eb072aad48..f80cc254898 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