[llvm] r282672 - Tidy spelling and grammar.
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 28 19:03:44 PDT 2016
Author: echristo
Date: Wed Sep 28 21:03:44 2016
New Revision: 282672
URL: http://llvm.org/viewvc/llvm-project?rev=282672&view=rev
Log:
Tidy spelling and grammar.
Modified:
llvm/trunk/lib/MC/MCContext.cpp
Modified: llvm/trunk/lib/MC/MCContext.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCContext.cpp?rev=282672&r1=282671&r2=282672&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCContext.cpp (original)
+++ llvm/trunk/lib/MC/MCContext.cpp Wed Sep 28 21:03:44 2016
@@ -173,7 +173,7 @@ MCSymbol *MCContext::createSymbol(String
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)
More information about the llvm-commits
mailing list