mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Fix typo.
llvm-svn: 139530
This commit is contained in:
parent
c67e996fc3
commit
665ace6bce
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user