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:
16011e6
)
Fix typo.
author
Brian Gaeke
<gaeke@uiuc.edu>
Wed, 14 Apr 2004 21:21:56 +0000
(21:21 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Wed, 14 Apr 2004 21:21:56 +0000
(21:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12953
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/TargetData.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/TargetData.cpp
b/lib/Target/TargetData.cpp
index 78d5d2eef8a5114472886b234db4b79a7aaae118..4b69f103a83851debb7b740e1fc2f6a2a54806e6 100644
(file)
--- a/
lib/Target/TargetData.cpp
+++ b/
lib/Target/TargetData.cpp
@@
-82,7
+82,7
@@
TargetData::TargetData(const std::string &TargetName,
unsigned char ByteAl) {
// If this assert triggers, a pass "required" TargetData information, but the
- // top level tool did not provide on
c
e for it. We do not want to default
+ // top level tool did not provide one for it. We do not want to default
// construct, or else we might end up using a bad endianness or pointer size!
//
assert(!TargetName.empty() &&