summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-05-30 12:18:36 -0700
committerEric Anholt <[email protected]>2012-07-04 13:59:14 -0700
commit33526a2ffe37aa5e861ea3895b20d4585396b86b (patch)
tree5cfeb1e718c85ed4261f6423cfb38a2eb652892f /src
parent69f031cc198b2ce3095cde3f8e00dcd2eed39301 (diff)
intel: Fix a comment typo.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/intel/intel_syncobj.c2
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 b303ea84dd8..e965896df60 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