From 2f07534263ca617420239c9d250dffd9ff527a7a Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Fri, 26 Nov 2021 03:58:36 +0000 Subject: [PATCH] [NFC] Fix typo in 95875d246acb --- llvm/include/llvm/Analysis/VectorUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Analysis/VectorUtils.h b/llvm/include/llvm/Analysis/VectorUtils.h index e877375..751c88a 100644 --- a/llvm/include/llvm/Analysis/VectorUtils.h +++ b/llvm/include/llvm/Analysis/VectorUtils.h @@ -115,7 +115,7 @@ struct VFShape { return {EC, Parameters}; } - /// Validiation check on the Parameters in the VFShape. + /// Validation check on the Parameters in the VFShape. bool hasValidParameterList() const; }; -- 2.7.4