1
0
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:
Eric Christopher 2011-09-12 19:58:22 +00:00
parent c67e996fc3
commit 665ace6bce

View File

@ -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");