Mesa (master): intel: Fix a comment typo.

Eric Anholt anholt at kemper.freedesktop.org
Wed Jul 4 21:00:59 UTC 2012


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

Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 30 12:18:36 2012 -0700

intel: Fix a comment typo.

---

 src/mesa/drivers/dri/intel/intel_syncobj.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_syncobj.c b/src/mesa/drivers/dri/intel/intel_syncobj.c
index b303ea8..e965896 100644
--- a/src/mesa/drivers/dri/intel/intel_syncobj.c
+++ b/src/mesa/drivers/dri/intel/intel_syncobj.c
@@ -30,7 +30,7 @@
  * Support for ARB_sync
  *
  * ARB_sync is implemented by flushing the current batchbuffer and keeping a
- * reference on it.  We can then check for completion or wait for compeltion
+ * reference on it.  We can then check for completion or wait for completion
  * using the normal buffer object mechanisms.  This does mean that if an
  * application is using many sync objects, it will emit small batchbuffers
  * which may end up being a significant overhead.  In other tests of removing




More information about the mesa-commit mailing list