diff options
| -rw-r--r-- | src/mesa/shader/prog_instruction.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index 28c797a4ba..c1e3a1e80d 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h @@ -384,7 +384,7 @@ struct prog_instruction     /**      * For BRA and CAL instructions, the location to jump to.      * For BGNLOOP, points to ENDLOOP (and vice-versa). -    * For BRK, points to BGNLOOP (which points to ENDLOOP). +    * For BRK, points to ENDLOOP      * For IF, points to ELSE or ENDIF.      * For ELSE, points to ENDIF.      */ | 
