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);