Fix some typos

This commit is contained in:
Jonas Schulze
2023-03-16 23:11:43 +00:00
committed by Rasmus Munk Larsen
parent 555cec17ed
commit 81cb6a51d0
5 changed files with 5 additions and 5 deletions

View File

@@ -136,7 +136,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