Mesa (master): mesa: trivial comment typo fix in arrayobj.c

Brian Paul brianp at kemper.freedesktop.org
Tue Jan 30 16:11:24 UTC 2018


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

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jan 26 11:09:44 2018 -0700

mesa: trivial comment typo fix in arrayobj.c

Reviewed-by: Gert Wollny <gw.fossdev at gmail.com>

---

 src/mesa/main/arrayobj.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/arrayobj.c b/src/mesa/main/arrayobj.c
index 9d3ddbfcbf..94ad07ca6c 100644
--- a/src/mesa/main/arrayobj.c
+++ b/src/mesa/main/arrayobj.c
@@ -222,7 +222,7 @@ _mesa_reference_vao_(struct gl_context *ctx,
 
 
 /**
- * Initialize attribtes of a vertex array within a vertex array object.
+ * Initialize attributes of a vertex array within a vertex array object.
  * \param vao  the container vertex array object
  * \param index  which array in the VAO to initialize
  * \param size  number of components (1, 2, 3 or 4) per attribute




More information about the mesa-commit mailing list