Fix typo.

llvm-svn: 12953
This commit is contained in:
Brian Gaeke 2004-04-14 21:21:56 +00:00
parent 8a9fd94cfe
commit 0174347d9a
1 changed files with 1 additions and 1 deletions

View File

@ -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() &&