Module: Mesa Branch: master Commit: 8252847b7b283ed7f7c514ce44246a2926a0add2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8252847b7b283ed7f7c514ce44246a2926a0add2
Author: Aaron Watry <[email protected]> Date: Thu Dec 19 12:40:13 2013 -0600 r600g: Fix spelling error Trivial change, testing commit access --- src/gallium/drivers/r600/evergreen_compute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/r600/evergreen_compute.c b/src/gallium/drivers/r600/evergreen_compute.c index d668c8e..dc17c05 100644 --- a/src/gallium/drivers/r600/evergreen_compute.c +++ b/src/gallium/drivers/r600/evergreen_compute.c @@ -245,7 +245,7 @@ static void evergreen_bind_compute_state(struct pipe_context *ctx_, void *state) } /* The kernel parameters are stored a vtx buffer (ID=0), besides the explicit - * kernel parameters there are inplicit parameters that need to be stored + * kernel parameters there are implicit parameters that need to be stored * in the vertex buffer as well. Here is how these parameters are organized in * the buffer: * _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
