diff options
author | Eric Christopher <echristo@apple.com> | 2011-09-12 19:58:22 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-09-12 19:58:22 +0000 |
commit | c27c7342aa5ce43c700364f1ce72272b3649aa6e (patch) | |
tree | 1d3e776b89f36d44f1d2005455c63ac2ff0924de /lib/Analysis | |
parent | 8e03a821f96d270556b2ffce15174f2f89d856da (diff) | |
download | external_llvm-c27c7342aa5ce43c700364f1ce72272b3649aa6e.zip external_llvm-c27c7342aa5ce43c700364f1ce72272b3649aa6e.tar.gz external_llvm-c27c7342aa5ce43c700364f1ce72272b3649aa6e.tar.bz2 |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r-- | lib/Analysis/DIBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DIBuilder.cpp b/lib/Analysis/DIBuilder.cpp index d7206a6..cce8d96 100644 --- a/lib/Analysis/DIBuilder.cpp +++ b/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"); |