[Mesa-dev] [PATCH 02/12] i965/vs: Fix typo in brw_compute_vue_map

Chris Forbes chrisf at ijw.co.nz
Fri Jan 24 22:51:50 PST 2014


---
 src/mesa/drivers/dri/i965/brw_vs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/brw_vs.c b/src/mesa/drivers/dri/i965/brw_vs.c
index a4f2ac6..092d53a 100644
--- a/src/mesa/drivers/dri/i965/brw_vs.c
+++ b/src/mesa/drivers/dri/i965/brw_vs.c
@@ -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);
 
-- 
1.8.5.3



More information about the mesa-dev mailing list