diff options
| author | Zoë Blade <zoe@bytenoise.co.uk> | 2015-04-22 11:33:17 +0100 |
|---|---|---|
| committer | Francisco Jerez <currojerez@riseup.net> | 2015-04-27 17:28:29 +0300 |
| commit | 05e7f7f4388bde882b7ce74124000a4d435affff (patch) | |
| tree | 9a7c7ea02152900a03fc6662aa60a7b8f79dad06 /src/mesa/math | |
| parent | e17dc004fd96e589e92ee64deeb45339af4bf671 (diff) | |
| download | external_mesa3d-05e7f7f4388bde882b7ce74124000a4d435affff.zip external_mesa3d-05e7f7f4388bde882b7ce74124000a4d435affff.tar.gz external_mesa3d-05e7f7f4388bde882b7ce74124000a4d435affff.tar.bz2 | |
Fix a few typos
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'src/mesa/math')
| -rw-r--r-- | src/mesa/math/m_matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/math/m_matrix.c b/src/mesa/math/m_matrix.c index 0475a7a..ecf564c 100644 --- a/src/mesa/math/m_matrix.c +++ b/src/mesa/math/m_matrix.c @@ -50,7 +50,7 @@ /*@{*/ #define MAT_FLAG_IDENTITY 0 /**< is an identity matrix flag. * (Not actually used - the identity - * matrix is identified by the absense + * matrix is identified by the absence * of all other flags.) */ #define MAT_FLAG_GENERAL 0x1 /**< is a general matrix flag */ |
