Tidy spelling and grammar.

llvm-svn: 282672
This commit is contained in:
Eric Christopher 2016-09-29 02:03:44 +00:00
parent 6fa4fe83f7
commit 8e94895555
1 changed files with 1 additions and 1 deletions

View File

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