Mesa (master): mesa: fix a trivial spelling mistake

Kenneth Graunke kwg at kemper.freedesktop.org
Mon Jan 19 09:25:24 UTC 2015


Module: Mesa
Branch: master
Commit: 7a182d233542889ea9e3f8091eaab0a2386f90fc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a182d233542889ea9e3f8091eaab0a2386f90fc

Author: Martin Peres <martin.peres at linux.intel.com>
Date:   Mon Jan 19 10:52:05 2015 +0200

mesa: fix a trivial spelling mistake

Signed-off-by: Martin Peres <martin.peres at linux.intel.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 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. */
 }
 
 




More information about the mesa-commit mailing list