i965/vs: Fix typo in brw_compute_vue_map
authorChris Forbes <chrisf@ijw.co.nz>
Sat, 25 Jan 2014 06:51:50 +0000 (19:51 +1300)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 6 Feb 2014 06:02:23 +0000 (22:02 -0800)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_vs.c

index a4f2ac63a0fbf072b7e126e296dd6a52cf096e3e..092d53af3f59b839353cf5476b6c770762b6a978 100644 (file)
@@ -61,7 +61,7 @@ brw_compute_vue_map(struct brw_context *brw, struct brw_vue_map *vue_map,
    int i;
 
    /* gl_Layer and gl_ViewportIndex don't get their own varying slots -- they
-    * are stored in the virst VUE slot (VARYING_SLOT_PSIZ).
+    * are stored in the first VUE slot (VARYING_SLOT_PSIZ).
     */
    slots_valid &= ~(VARYING_BIT_LAYER | VARYING_BIT_VIEWPORT);