diff options
author | Brian Paul <[email protected]> | 2013-01-29 11:52:39 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-01-29 11:53:24 -0700 |
commit | 70c5297439cc5401045ec842a6abeda118296f69 (patch) | |
tree | 284e26e57586bf4485261efcac28d82ca8cd2972 /src/mesa/main | |
parent | 42f762dcf682957a8a5c85ca1d30b28f41ea4bd0 (diff) |
mesa: fix comment typo: s/formaat/format/
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index 47a1d68025f..1c9e63377d4 100644 --- a/src/mesa/main/formats.c +++ b/src/mesa/main/formats.c @@ -2649,7 +2649,7 @@ _mesa_format_to_type_and_comps(gl_format format, } /** - * Check if a gl_format exactly matches a GL formaat/type combination + * Check if a gl_format exactly matches a GL format/type combination * such that we can use memcpy() from one to the other. * \param gl_format a MESA_FORMAT_x value * \param format the user-specified image format |