diff options
author | Richard Osborne <richard@xmos.com> | 2012-02-17 16:39:47 +0000 |
---|---|---|
committer | Richard Osborne <richard@xmos.com> | 2012-02-17 16:39:47 +0000 |
commit | 406262a69ff0ff00558781e8e87a84336f425bd5 (patch) | |
tree | fe390d0373d65322e5a071d93a7b19ae81955dab /include/llvm/MC | |
parent | 637b25a6a04908562af422c0cafbcf9db94bcc81 (diff) | |
download | external_llvm-406262a69ff0ff00558781e8e87a84336f425bd5.zip external_llvm-406262a69ff0ff00558781e8e87a84336f425bd5.tar.gz external_llvm-406262a69ff0ff00558781e8e87a84336f425bd5.tar.bz2 |
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150815 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC')
-rw-r--r-- | include/llvm/MC/MCCodeGenInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCCodeGenInfo.h b/include/llvm/MC/MCCodeGenInfo.h index e40a052..d1765e1 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; |