Fix some typos

(cherry picked from commit 81cb6a51d0)
This commit is contained in:
Jonas Schulze
2023-03-16 23:11:43 +00:00
committed by Antonio Sanchez
parent 63e8b31c94
commit 34d0d83278
5 changed files with 5 additions and 5 deletions

View File

@@ -134,7 +134,7 @@ const unsigned int LinearAccessBit = 0x10;
* Means the expression has a coeffRef() method, i.e. is writable as its individual coefficients are directly addressable.
* This rules out read-only expressions.
*
* Note that DirectAccessBit and LvalueBit are mutually orthogonal, as there are examples of expression having one but note
* Note that DirectAccessBit and LvalueBit are mutually orthogonal, as there are examples of expression having one but not
* the other:
* \li writable expressions that don't have a very simple memory layout as a strided array, have LvalueBit but not DirectAccessBit
* \li Map-to-const expressions, for example Map<const Matrix>, have DirectAccessBit but not LvalueBit