[Mesa-dev] [PATCH 1/2] mesa: fix a trivial spelling mistake
Kenneth Graunke
kenneth at whitecape.org
Mon Jan 19 01:25:30 PST 2015
On Monday, January 19, 2015 10:52:05 AM Martin Peres wrote:
> Signed-off-by: Martin Peres <martin.peres at linux.intel.com>
> ---
> src/mesa/main/feedback.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/main/feedback.c b/src/mesa/main/feedback.c
> index 9ea0b92..6bc4294 100644
> --- a/src/mesa/main/feedback.c
> +++ b/src/mesa/main/feedback.c
> @@ -89,7 +89,7 @@ _mesa_FeedbackBuffer( GLsizei size, GLenum type, GLfloat *buffer )
> ctx->Feedback.Type = type;
> ctx->Feedback.BufferSize = size;
> ctx->Feedback.Buffer = buffer;
> - ctx->Feedback.Count = 0; /* Becaues of this. */
> + ctx->Feedback.Count = 0; /* Because of this. */
> }
Pushed, thanks!
Good ol' GL 1.x code that hasn't been worked on in 3-4 years... :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150119/959d339e/attachment.sig>
More information about the mesa-dev
mailing list