From: Nico Weber Date: Wed, 1 Jul 2020 23:20:05 +0000 (-0400) Subject: typo fixes to cycle bots X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac8d059c8e80fc84d16ad79d08e25010ffa114c2;p=platform%2Fupstream%2Fllvm.git typo fixes to cycle bots --- diff --git a/clang/docs/MatrixTypes.rst b/clang/docs/MatrixTypes.rst index 54099e5..5d022af 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: