mesa: Fix documentation of BranchTarget for BRK.
authorEric Anholt <eric@anholt.net>
Thu, 8 Jul 2010 04:00:32 +0000 (21:00 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 8 Jul 2010 04:00:32 +0000 (21:00 -0700)
It was changed in 2009 and the comment wasn't updated.

src/mesa/shader/prog_instruction.h

index 28c797a4ba804ad7925033ecadc03be967bf8ca5..c1e3a1e80d77e90520345285dfbff0f3ee8eabe6 100644 (file)
@@ -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.
     */