From 8e94895555515a4a3a2af0aeed79f2e6232f26d1 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 29 Sep 2016 02:03:44 +0000 Subject: [PATCH] Tidy spelling and grammar. llvm-svn: 282672 --- llvm/lib/MC/MCContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/MC/MCContext.cpp b/llvm/lib/MC/MCContext.cpp index f95087f..7932fe4 100644 --- a/llvm/lib/MC/MCContext.cpp +++ b/llvm/lib/MC/MCContext.cpp @@ -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) -- 2.7.4