]> granicus.if.org Git - llvm/commitdiff
Tidy spelling and grammar.
authorEric Christopher <echristo@gmail.com>
Thu, 29 Sep 2016 02:03:44 +0000 (02:03 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 29 Sep 2016 02:03:44 +0000 (02:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282672 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCContext.cpp

index f95087f67b2fc4009e7a8cc4ec5eb5215f121e5b..7932fe441e3e84e8583a10ac7c072ed8cbb9d799 100644 (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)