summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2016-09-29 02:03:44 +0000
committerEric Christopher <echristo@gmail.com>2016-09-29 02:03:44 +0000
commit8e94895555515a4a3a2af0aeed79f2e6232f26d1 (patch)
tree2f22f50d2792bf887fc2bd3caa682ed09cc2d820 /llvm/lib/MC
parent6fa4fe83f723c64aba9ea0bc86c7f3e2bd07e405 (diff)
downloadbcm5719-llvm-8e94895555515a4a3a2af0aeed79f2e6232f26d1.tar.gz
bcm5719-llvm-8e94895555515a4a3a2af0aeed79f2e6232f26d1.zip
Tidy spelling and grammar.
llvm-svn: 282672
Diffstat (limited to 'llvm/lib/MC')
-rw-r--r--llvm/lib/MC/MCContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCContext.cpp b/llvm/lib/MC/MCContext.cpp
index f95087f67b2..7932fe441e3 100644
--- a/llvm/lib/MC/MCContext.cpp
+++ b/llvm/lib/MC/MCContext.cpp
@@ -173,7 +173,7 @@ MCSymbol *MCContext::createSymbol(StringRef Name, bool AlwaysAddSuffix,
if (CanBeUnnamed && !UseNamesOnTempLabels)
return createSymbolImpl(nullptr, true);
- // Determine whether this is an user writter assembler temporary or normal
+ // Determine whether this is a user written assembler temporary or normal
// label, if used.
bool IsTemporary = CanBeUnnamed;
if (AllowTemporaryLabels && !IsTemporary)
OpenPOWER on IntegriCloud