[llvm] 2f07534 - [NFC] Fix typo in 95875d246acb

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 25 19:58:40 PST 2021


Author: Jessica Clarke
Date: 2021-11-26T03:58:36Z
New Revision: 2f07534263ca617420239c9d250dffd9ff527a7a

URL: https://github.com/llvm/llvm-project/commit/2f07534263ca617420239c9d250dffd9ff527a7a
DIFF: https://github.com/llvm/llvm-project/commit/2f07534263ca617420239c9d250dffd9ff527a7a.diff

LOG: [NFC] Fix typo in 95875d246acb

Added: 
    

Modified: 
    llvm/include/llvm/Analysis/VectorUtils.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Analysis/VectorUtils.h b/llvm/include/llvm/Analysis/VectorUtils.h
index e877375a0ca0e..751c88a4ecbb6 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;
 };
 


        


More information about the llvm-commits mailing list