glsl_to_tgsi: fix typo in comment
authorBryan Cain <bryancain3@gmail.com>
Tue, 13 Dec 2011 16:33:44 +0000 (10:33 -0600)
committerBryan Cain <bryancain3@gmail.com>
Tue, 13 Dec 2011 16:39:52 +0000 (10:39 -0600)
src/mesa/state_tracker/st_glsl_to_tgsi.cpp

index 9042cdb2f983b7ab8789b29f9a2347954d81df68..9ef65c8fdb1dc91d0e658f2f6dd7c75ca0fa203c 100644 (file)
@@ -3515,8 +3515,8 @@ glsl_to_tgsi_visitor::eliminate_dead_code_advanced(void)
 
       case TGSI_OPCODE_ENDIF:
       case TGSI_OPCODE_ELSE:
-         /* Promote the recorded level all channels written inside the preceding
-          * if or else block to the level above the if/else block.
+         /* Promote the recorded level of all channels written inside the
+          * preceding if or else block to the level above the if/else block.
           */
          for (int r = 0; r < this->next_temp; r++) {
             for (int c = 0; c < 4; c++) {