Fix typo in comment.

llvm-svn: 150815
This commit is contained in:
Richard Osborne 2012-02-17 16:39:47 +00:00
parent 38e25ab513
commit 484980e37e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
namespace llvm {
class MCCodeGenInfo {
/// RelocationModel - Relocation model: statcic, pic, etc.
/// RelocationModel - Relocation model: static, pic, etc.
///
Reloc::Model RelocationModel;