intel: Fix a comment typo.
authorEric Anholt <eric@anholt.net>
Wed, 30 May 2012 19:18:36 +0000 (12:18 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 4 Jul 2012 20:59:14 +0000 (13:59 -0700)
src/mesa/drivers/dri/intel/intel_syncobj.c

index b303ea84dd8a25d277d57c64fa6fb88ca87e8396..e965896df60b129f14465c525d2ac645d0b2a0b7 100644 (file)
@@ -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