From: Mandeep Singh Grang Date: Sat, 2 Mar 2019 00:14:10 +0000 (+0000) Subject: [llvm] Fix typo: 's/analsyis/analysis/' [NFC] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a483e2e544a10f778ff18321b5bdb65efed7435;p=llvm [llvm] Fix typo: 's/analsyis/analysis/' [NFC] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355246 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h b/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h index ea0a1c2654b..4fccf37748c 100644 --- a/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h +++ b/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h @@ -465,7 +465,7 @@ private: /// Used to emit an analysis of any legality issues. LoopVectorizeHints *Hints; - /// The demanded bits analsyis is used to compute the minimum type size in + /// The demanded bits analysis is used to compute the minimum type size in /// which a reduction can be computed. DemandedBits *DB;