Skip to content

Commit 91cb71f

Browse files
syncval: Fix typo in usage doc
Correct small typo is synchronization usage documentation. Change-Id: I0a744b164e7894a6211d95745e1e8bb4a3ddb386
1 parent 9dd2754 commit 91cb71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/synchronization_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
Synchronization Validation (alpha release)
1616

17-
Synchronization Validation is implemented in the `VK_LAYER_KHRONOS_validation layer`. When enabled, the Synchronization Object is intended to identify resource access conflicts due do missing or incorrect synchronization operations between actions (Draw, Copy, Dispatch, Blit) reading or writing the same regions of memory.
17+
Synchronization Validation is implemented in the `VK_LAYER_KHRONOS_validation layer`. When enabled, the Synchronization Object is intended to identify resource access conflicts due to missing or incorrect synchronization operations between actions (Draw, Copy, Dispatch, Blit) reading or writing the same regions of memory.
1818

1919
Synchronization will ideally be run periodically after resolving any outstanding validation checks from all other validation objects, so that issues may be addressed in early stages of development.
2020

0 commit comments

Comments
 (0)