]> granicus.if.org Git - clang/commitdiff
typo
authorSanjay Patel <spatel@rotateright.com>
Wed, 10 Sep 2014 16:59:01 +0000 (16:59 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 10 Sep 2014 16:59:01 +0000 (16:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217517 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGBuilder.h

index 5269fb81e7cc18d4a74e9a150c0eb75c6995177b..72ba4faa3c7cadff63599578394038009168f570 100644 (file)
@@ -18,7 +18,7 @@ namespace CodeGen {
 class CodeGenFunction;
 
 /// \brief This is an IRBuilder insertion helper that forwards to
-/// CodeGenFunction::InsertHelper, which adds nesessary metadata to
+/// CodeGenFunction::InsertHelper, which adds necessary metadata to
 /// instructions.
 template <bool PreserveNames>
 class CGBuilderInserter