draw: trivial fix comment typo
authorRoland Scheidegger <sroland@vmware.com>
Thu, 6 Jun 2013 21:50:45 +0000 (23:50 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Thu, 6 Jun 2013 21:51:39 +0000 (23:51 +0200)
src/gallium/auxiliary/draw/draw_context.c

index 58ce270cdd073ac2f42d09fc77ec221099e26997..35063b94ca46eda3151b7b58e7e8bc28c29fde6e 100644 (file)
@@ -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.
  */