From 484980e37e731802d111436ad31067b8bb8e5f45 Mon Sep 17 00:00:00 2001 From: Richard Osborne Date: Fri, 17 Feb 2012 16:39:47 +0000 Subject: [PATCH] Fix typo in comment. llvm-svn: 150815 --- llvm/include/llvm/MC/MCCodeGenInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/MC/MCCodeGenInfo.h b/llvm/include/llvm/MC/MCCodeGenInfo.h index e40a0520b353..d1765e1240a4 100644 --- a/llvm/include/llvm/MC/MCCodeGenInfo.h +++ b/llvm/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;