[llvm] r300880 - Remove stray ^S. NFC.

Benjamin Kramer via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 13:03:36 PDT 2017


Author: d0k
Date: Thu Apr 20 15:03:36 2017
New Revision: 300880

URL: http://llvm.org/viewvc/llvm-project?rev=300880&view=rev
Log:
Remove stray ^S. NFC.

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineValueType.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineValueType.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineValueType.h?rev=300880&r1=300879&r2=300880&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineValueType.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineValueType.h Thu Apr 20 15:03:36 2017
@@ -236,7 +236,7 @@ class MVT {
     // A class to represent the number of elements in a vector
     //
     // For fixed-length vectors, the total number of elements is equal to 'Min'
-    // For scalable vectors, the total number of elements is a multiple of 'Min'
+    // For scalable vectors, the total number of elements is a multiple of 'Min'
     class ElementCount {
     public:
       unsigned Min;




More information about the llvm-commits mailing list