aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_context.c
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2013-06-06 23:50:45 +0200
committerRoland Scheidegger <[email protected]>2013-06-06 23:51:39 +0200
commit644b8346fda0283842888010365410f24e790725 (patch)
treedb134f7ad5d5f788cfb756281a7937e3a58b1296 /src/gallium/auxiliary/draw/draw_context.c
parent769449b3e86daccdba41d49219ad7191baba356f (diff)
draw: trivial fix comment typo
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c
index 58ce270cdd0..35063b94ca4 100644
--- a/src/gallium/auxiliary/draw/draw_context.c
+++ b/src/gallium/auxiliary/draw/draw_context.c
@@ -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.
*/