mesa: fix comment typo: s/formaat/format/

This commit is contained in:
Brian Paul 2013-01-29 11:52:39 -07:00
parent 42f762dcf6
commit 70c5297439
1 changed files with 1 additions and 1 deletions

View File

@ -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