From 8121fcd260ef4eac7825b29c200137af37f499b2 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 14 Apr 2004 21:21:56 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12953 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/TargetData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/TargetData.cpp b/lib/Target/TargetData.cpp index 78d5d2eef8a..4b69f103a83 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() &&