summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/tgsi/core/tgsi_token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/tgsi/core/tgsi_token.h b/src/mesa/pipe/tgsi/core/tgsi_token.h
index c442457cd5..632d678818 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_token.h
+++ b/src/mesa/pipe/tgsi/core/tgsi_token.h
@@ -764,7 +764,7 @@ struct tgsi_instruction
GLuint Extended : 1; /* BOOL */
};
-/*1
+/*
* If tgsi_instruction::Extended is TRUE, tgsi_instruction_ext follows.
*
* Then, tgsi_instruction::NumDstRegs of tgsi_dst_register follow.