projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e03a82
)
Fix typo.
author
Eric Christopher
<echristo@apple.com>
Mon, 12 Sep 2011 19:58:22 +0000
(19:58 +0000)
committer
Eric Christopher
<echristo@apple.com>
Mon, 12 Sep 2011 19:58:22 +0000
(19:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139530
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/DIBuilder.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/DIBuilder.cpp
b/lib/Analysis/DIBuilder.cpp
index d7206a6a06456d5f7bd3b4a2ed620146a763a43d..cce8d968540856d30f020550f53237417964662b 100644
(file)
--- 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
-/// inherit
na
ce relationship between two types.
+/// inherit
an
ce relationship between two types.
DIType DIBuilder::createInheritance(DIType Ty, DIType BaseTy,
uint64_t BaseOffset, unsigned Flags) {
assert(Ty.Verify() && "Unable to create inheritance");