diff options
author | Jim Laskey <jlaskey@mac.com> | 2007-02-22 16:40:10 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2007-02-22 16:40:10 +0000 |
commit | f0338331098e2d1c887a0a6b4cf87f1ddfd2b792 (patch) | |
tree | d49f0c2005e5aa7805b2f5a651cfa88b01c89f51 /include/llvm/CodeGen/MachineModuleInfo.h | |
parent | 033c9715d9bf7ce59ad2e466bf0720811b34da08 (diff) |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34498 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineModuleInfo.h')
-rw-r--r-- | include/llvm/CodeGen/MachineModuleInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineModuleInfo.h b/include/llvm/CodeGen/MachineModuleInfo.h index 1439666e6a..f1c7100377 100644 --- a/include/llvm/CodeGen/MachineModuleInfo.h +++ b/include/llvm/CodeGen/MachineModuleInfo.h @@ -1014,7 +1014,7 @@ private: // in the current function. std::vector<LandingPadInfo> LandingPads; - // TypeInfos - List of C++ TypeInfo used in the currect function. + // TypeInfos - List of C++ TypeInfo used in the current function. // std::vector<GlobalVariable *> TypeInfos; |