aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Osborne <richard@xmos.com>2012-02-17 16:39:47 +0000
committerRichard Osborne <richard@xmos.com>2012-02-17 16:39:47 +0000
commit406262a69ff0ff00558781e8e87a84336f425bd5 (patch)
treefe390d0373d65322e5a071d93a7b19ae81955dab
parent637b25a6a04908562af422c0cafbcf9db94bcc81 (diff)
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150815 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/MC/MCCodeGenInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCCodeGenInfo.h b/include/llvm/MC/MCCodeGenInfo.h
index e40a0520b3..d1765e1240 100644
--- a/include/llvm/MC/MCCodeGenInfo.h
+++ b/include/llvm/MC/MCCodeGenInfo.h
@@ -20,7 +20,7 @@
namespace llvm {
class MCCodeGenInfo {
- /// RelocationModel - Relocation model: statcic, pic, etc.
+ /// RelocationModel - Relocation model: static, pic, etc.
///
Reloc::Model RelocationModel;