From 6950be28511caf355abdf405404b5f37cc136bc5 Mon Sep 17 00:00:00 2001 From: Manman Ren Date: Sun, 17 Nov 2013 19:35:03 +0000 Subject: Debug Info: fix typo in function name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194975 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index e73fda8..91bbc2b 100644 --- a/include/llvm/DebugInfo.h +++ b/include/llvm/DebugInfo.h @@ -777,7 +777,7 @@ public: private: /// Initialize TypeIdentifierMap. - void IntializeTypeMap(const Module &M); + void InitializeTypeMap(const Module &M); /// processType - Process DIType. void processType(DIType DT); -- cgit v1.1