summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DIBuilder.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-09-12 19:58:22 +0000
committerEric Christopher <echristo@apple.com>2011-09-12 19:58:22 +0000
commit777c928369ff78a6e8fef1d0c9d405ec3338b860 (patch)
treeb32b65d4f2cc3fa4824a35a376fdd74749ba3d5f /llvm/lib/Analysis/DIBuilder.cpp
parent98f8c5252ec4d43493a3f4c2ad68f8ce5595a0cc (diff)
downloadbcm5719-llvm-777c928369ff78a6e8fef1d0c9d405ec3338b860.tar.gz
bcm5719-llvm-777c928369ff78a6e8fef1d0c9d405ec3338b860.zip
Fix typo.
llvm-svn: 139530
Diffstat (limited to 'llvm/lib/Analysis/DIBuilder.cpp')
-rw-r--r--llvm/lib/Analysis/DIBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DIBuilder.cpp b/llvm/lib/Analysis/DIBuilder.cpp
index d7206a6a064..cce8d968540 100644
--- a/llvm/lib/Analysis/DIBuilder.cpp
+++ b/llvm/lib/Analysis/DIBuilder.cpp
@@ -267,7 +267,7 @@ DIType DIBuilder::createFriend(DIType Ty, DIType FriendTy) {
}
/// 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");
OpenPOWER on IntegriCloud