Module: Mesa
Branch: main
Commit: 5a1d19e9459404b2a2a036e0dd66f6e16a1406e4
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a1d19e9459404b2a2a036e0dd66f6e16a1406e4

Author: Emma Anholt <[email protected]>
Date:   Wed Apr  6 16:17:00 2022 -0700

tgsi/transform: Drop a stale comment.

This method returns void.

Reviewed-by: Mihai Preda <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15782>

---

 src/gallium/auxiliary/tgsi/tgsi_transform.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_transform.h 
b/src/gallium/auxiliary/tgsi/tgsi_transform.h
index 3b252c6d895..fc7a5877e71 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_transform.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_transform.h
@@ -65,7 +65,7 @@ struct tgsi_transform_context
 
    /**
     * Called at end of input program to allow caller to append extra
-    * instructions.  Return number of tokens emitted.
+    * instructions.
     */
    void (*epilog)(struct tgsi_transform_context *ctx);
 

Reply via email to