summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-05-05 01:16:06 +0000
committerEric Christopher <echristo@apple.com>2012-05-05 01:16:06 +0000
commitde9e92ed9b96ebe2769cd7d3e02af6ae2a5d9a40 (patch)
tree0845ffa08b8d5949ff19d7de6b3f4eb83209eebb /llvm/lib/Target/TargetLoweringObjectFile.cpp
parent444717b31884447bc72500223d976830d4c5280d (diff)
downloadbcm5719-llvm-de9e92ed9b96ebe2769cd7d3e02af6ae2a5d9a40.tar.gz
bcm5719-llvm-de9e92ed9b96ebe2769cd7d3e02af6ae2a5d9a40.zip
Typo.
llvm-svn: 156226
Diffstat (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r--llvm/lib/Target/TargetLoweringObjectFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetLoweringObjectFile.cpp b/llvm/lib/Target/TargetLoweringObjectFile.cpp
index 2570e0d0972..b74a0bd25d7 100644
--- a/llvm/lib/Target/TargetLoweringObjectFile.cpp
+++ b/llvm/lib/Target/TargetLoweringObjectFile.cpp
@@ -152,7 +152,7 @@ SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV,
// a mergable string section, or general .data if it contains relocations.
if (GVar->isConstant()) {
// If the initializer for the global contains something that requires a
- // relocation, then we may have to drop this into a wriable data section
+ // relocation, then we may have to drop this into a writable data section
// even though it is marked const.
switch (C->getRelocationInfo()) {
case Constant::NoRelocation:
OpenPOWER on IntegriCloud