mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
draw: trivial fix comment typo
This commit is contained in:
parent
769449b3e8
commit
644b8346fd
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ draw_get_shader_info(const struct draw_context *draw)
|
|||
* function to find those attributes.
|
||||
*
|
||||
* -1 is returned if the attribute is not found since this is
|
||||
* an undefined situtation. Note, that zero is valid and can
|
||||
* an undefined situation. Note, that zero is valid and can
|
||||
* be used by any of the attributes, because position is not
|
||||
* required to be attribute 0 or even at all present.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue