summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_context.h
diff options
context:
space:
mode:
authorEdward O'Callaghan <[email protected]>2016-03-27 13:05:34 +1100
committerMarek Olšák <[email protected]>2016-03-27 18:03:04 +0200
commit11bd53933e36665efdcfd922ab7c22d51429df9a (patch)
tree94d5328e0c58c72a4d9b66263884961f32852dec /src/gallium/include/pipe/p_context.h
parent2df141087a56da20ad50b379b4a63426b870344a (diff)
gallium/p_context.h: Make comment more readable
Signed-off-by: Edward O'Callaghan <[email protected]> Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/include/pipe/p_context.h')
-rw-r--r--src/gallium/include/pipe/p_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h
index ee68fdd6f6f..1c97e82ece5 100644
--- a/src/gallium/include/pipe/p_context.h
+++ b/src/gallium/include/pipe/p_context.h
@@ -162,7 +162,7 @@ struct pipe_context {
* item of that data to store (e.g. for
* PIPE_QUERY_PIPELINE_STATISTICS).
* When the index is -1, instead of the value of the query
- * the driver should instead write a 1/0 to the appropriate
+ * the driver should instead write a 1 or 0 to the appropriate
* location with 1 meaning that the query result is available.
*/
void (*get_query_result_resource)(struct pipe_context *pipe,