diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-04-14 21:21:56 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-04-14 21:21:56 +0000 |
commit | 8121fcd260ef4eac7825b29c200137af37f499b2 (patch) | |
tree | f38a7d634b73a0df57371e43b4b325582b1ab4b1 /lib/Target/TargetData.cpp | |
parent | 16011e6201a11ec16968c27a6f62ebf32537969f (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12953 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetData.cpp')
-rw-r--r-- | lib/Target/TargetData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/TargetData.cpp b/lib/Target/TargetData.cpp index 78d5d2eef8..4b69f103a8 100644 --- 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 once 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() && |