aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineModuleInfo.h
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2007-02-22 16:40:10 +0000
committerJim Laskey <jlaskey@mac.com>2007-02-22 16:40:10 +0000
commitf0338331098e2d1c887a0a6b4cf87f1ddfd2b792 (patch)
treed49f0c2005e5aa7805b2f5a651cfa88b01c89f51 /include/llvm/CodeGen/MachineModuleInfo.h
parent033c9715d9bf7ce59ad2e466bf0720811b34da08 (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.h2
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;