diff options
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() && |