projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fa4fe8
)
Tidy spelling and grammar.
author
Eric Christopher
<echristo@gmail.com>
Thu, 29 Sep 2016 02:03:44 +0000
(
02:03
+0000)
committer
Eric Christopher
<echristo@gmail.com>
Thu, 29 Sep 2016 02:03:44 +0000
(
02:03
+0000)
llvm-svn: 282672
llvm/lib/MC/MCContext.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/MC/MCContext.cpp
b/llvm/lib/MC/MCContext.cpp
index f95087f67b2fc4009e7a8cc4ec5eb5215f121e5b..7932fe441e3e84e8583a10ac7c072ed8cbb9d799 100644
(file)
--- 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 a
n 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)