Fix typo pointed out by Bryan Adams
authorChris Lattner <sabre@nondot.org>
Wed, 15 Nov 2006 21:04:15 +0000 (21:04 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Nov 2006 21:04:15 +0000 (21:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31766 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 1eb072aad482bc22df27525d4f86883885aa60f9..f80cc25489855c82ea1be4db177b5d987d0e7913 100644 (file)
@@ -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