OSDN Git Service

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 f95087f..7932fe4 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)