From 4db7091f7d4f3eab4116e12a23b0e9f965b8ced8 Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Wed, 13 Feb 2019 22:31:37 +0000 Subject: [PATCH] [AVR] Fix a typo - 's/analisys/analysis' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353987 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AVR/AVRISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/AVR/AVRISelLowering.cpp b/lib/Target/AVR/AVRISelLowering.cpp index e95a41472bf..3103c20f0c2 100644 --- a/lib/Target/AVR/AVRISelLowering.cpp +++ b/lib/Target/AVR/AVRISelLowering.cpp @@ -943,7 +943,7 @@ static void analyzeStandardArguments(TargetLowering::CallLoweringInfo *CLI, AVR::R19R18, AVR::R17R16, AVR::R15R14, AVR::R13R12, AVR::R11R10, AVR::R9R8}; if (IsVarArg) { - // Variadic functions do not need all the analisys below. + // Variadic functions do not need all the analysis below. if (IsCall) { CCInfo.AnalyzeCallOperands(*Outs, ArgCC_AVR_Vararg); } else { -- 2.40.0