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

Author: Eric Anholt <[email protected]>
Date:   Sun Sep 17 12:14:20 2017 -0700

anv: Fix some comment typos.

Reviewed-by: Jason Ekstrand <[email protected]>

---

 src/intel/vulkan/anv_private.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 355adbac91..3ba623a37f 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -1912,7 +1912,7 @@ struct anv_fence_impl {
 struct anv_fence {
    /* Permanent fence state.  Every fence has some form of permanent state
     * (type != ANV_SEMAPHORE_TYPE_NONE).  This may be a BO to fence on (for
-    * cross-process fences0 or it could just be a dummy for use internally.
+    * cross-process fences) or it could just be a dummy for use internally.
     */
    struct anv_fence_impl permanent;
 
@@ -1950,13 +1950,13 @@ struct anv_semaphore_impl {
        */
       struct anv_bo *bo;
 
-      /* The sync file descriptor when type == AKV_SEMAPHORE_TYPE_SYNC_FILE.
+      /* The sync file descriptor when type == ANV_SEMAPHORE_TYPE_SYNC_FILE.
        * If the semaphore is in the unsignaled state due to either just being
        * created or because it has been used for a wait, fd will be -1.
        */
       int fd;
 
-      /* Sync object handle when type == AKV_SEMAPHORE_TYPE_DRM_SYNCOBJ.
+      /* Sync object handle when type == ANV_SEMAPHORE_TYPE_DRM_SYNCOBJ.
        * Unlike GEM BOs, DRM sync objects aren't deduplicated by the kernel on
        * import so we don't need to bother with a userspace cache.
        */

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to