[llvm] r353987 - [AVR] Fix a typo - 's/analisys/analysis'

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 13 14:31:38 PST 2019


Author: dylanmckay
Date: Wed Feb 13 14:31:37 2019
New Revision: 353987

URL: http://llvm.org/viewvc/llvm-project?rev=353987&view=rev
Log:
[AVR] Fix a typo - 's/analisys/analysis'

Modified:
    llvm/trunk/lib/Target/AVR/AVRISelLowering.cpp

Modified: llvm/trunk/lib/Target/AVR/AVRISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AVR/AVRISelLowering.cpp?rev=353987&r1=353986&r2=353987&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AVR/AVRISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/AVR/AVRISelLowering.cpp Wed Feb 13 14:31:37 2019
@@ -943,7 +943,7 @@ static void analyzeStandardArguments(Tar
                                         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 {




More information about the llvm-commits mailing list