Author: Nico Weber
Date: 2020-07-01T19:20:05-04:00
New Revision: ac8d059c8e80fc84d16ad79d08e25010ffa114c2

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

LOG: typo fixes to cycle bots

Added: 
    

Modified: 
    clang/docs/MatrixTypes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/MatrixTypes.rst b/clang/docs/MatrixTypes.rst
index 54099e5aae93..5d022af44121 100644
--- a/clang/docs/MatrixTypes.rst
+++ b/clang/docs/MatrixTypes.rst
@@ -245,8 +245,8 @@ and if omitted ``row`` is used as ``columnStride``.
 **Preconditions**: ``columnStride`` is greater than or equal to the number of 
rows in ``M``.
 
 **Remarks**: The type ``T`` is the const-unqualified version of the matrix
-argument’s element type. The paramter ``columnStride`` is optional and if
-ommitted, the number of rows of ``M`` is used as ``columnStride``.
+argument’s element type. The parameter ``columnStride`` is optional and if
+omitted, the number of rows of ``M`` is used as ``columnStride``.
 
 **Effects**: Equivalent to:
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to