Skip to content

Commit

Permalink
Tidy spelling and grammar.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282672 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
echristo committed Sep 29, 2016
1 parent 2b72738 commit 32b5cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MC/MCContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 32b5cf7

Please sign in to comment.