[Mesa-dev] [PATCH] gallium/p_context.h: Make comment more readable

Marek Olšák maraeo at gmail.com
Sun Mar 27 16:04:14 UTC 2016


Pushed, thanks.

Marek

On Sun, Mar 27, 2016 at 4:05 AM, Edward O'Callaghan
<eocallaghan at alterapraxis.com> wrote:
> Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
> ---
>  src/gallium/include/pipe/p_context.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h
> index ee68fdd..1c97e82 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,
> --
> 2.5.5
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list