[llvm-commits] [llvm] r139530 - /llvm/trunk/lib/Analysis/DIBuilder.cpp

Eric Christopher echristo at apple.com
Mon Sep 12 12:58:22 PDT 2011


Author: echristo
Date: Mon Sep 12 14:58:22 2011
New Revision: 139530

URL: http://llvm.org/viewvc/llvm-project?rev=139530&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/lib/Analysis/DIBuilder.cpp

Modified: llvm/trunk/lib/Analysis/DIBuilder.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/DIBuilder.cpp?rev=139530&r1=139529&r2=139530&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/DIBuilder.cpp (original)
+++ llvm/trunk/lib/Analysis/DIBuilder.cpp Mon Sep 12 14:58:22 2011
@@ -267,7 +267,7 @@
 }
 
 /// createInheritance - Create debugging information entry to establish
-/// inheritnace relationship between two types.
+/// inheritance relationship between two types.
 DIType DIBuilder::createInheritance(DIType Ty, DIType BaseTy,
                                     uint64_t BaseOffset, unsigned Flags) {
   assert(Ty.Verify() && "Unable to create inheritance");





More information about the llvm-commits mailing list