From eaef9db837fafc96ff4afe3ad1f81429b43cc0d3 Mon Sep 17 00:00:00 2001 From: Petr Kraus Date: Fri, 16 Mar 2018 17:39:05 +0100 Subject: [PATCH] Fix "can not" - 2x improper use per Terminology - 2x just grammar --- doc/specs/vulkan/appendices/VK_KHR_display.txt | 2 +- doc/specs/vulkan/appendices/VK_KHR_external_semaphore.txt | 2 +- doc/specs/vulkan/chapters/VK_KHR_swapchain/wsi.txt | 4 ++-- doc/specs/vulkan/chapters/cmdbuffers.txt | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/specs/vulkan/appendices/VK_KHR_display.txt b/doc/specs/vulkan/appendices/VK_KHR_display.txt index 46906c3b..551e9105 100644 --- a/doc/specs/vulkan/appendices/VK_KHR_display.txt +++ b/doc/specs/vulkan/appendices/VK_KHR_display.txt @@ -218,7 +218,7 @@ A future extension could add this functionality. be? *RESOLVED*: The lifetime of the instance. -These objects can not be destroyed. +These objects cannot be destroyed. A future extension may be added to expose a way to destroy these objects and/or support display hotplug. diff --git a/doc/specs/vulkan/appendices/VK_KHR_external_semaphore.txt b/doc/specs/vulkan/appendices/VK_KHR_external_semaphore.txt index 4e873de3..3037eeab 100644 --- a/doc/specs/vulkan/appendices/VK_KHR_external_semaphore.txt +++ b/doc/specs/vulkan/appendices/VK_KHR_external_semaphore.txt @@ -72,7 +72,7 @@ Requiring this level of trust is undesireable for many potential use cases. as input to semaphore state import operations? *RESOLVED*: Implementations must return an error to the application if the -provided semaphore state handle can not be used to complete the requested +provided semaphore state handle cannot be used to complete the requested import operation. However, implementations need not validate handles are of the exact type specified by the application. diff --git a/doc/specs/vulkan/chapters/VK_KHR_swapchain/wsi.txt b/doc/specs/vulkan/chapters/VK_KHR_swapchain/wsi.txt index ccbfab53..712ff63f 100644 --- a/doc/specs/vulkan/chapters/VK_KHR_swapchain/wsi.txt +++ b/doc/specs/vulkan/chapters/VK_KHR_swapchain/wsi.txt @@ -997,8 +997,8 @@ If it does, the implementation must: ensure that the state and contents of any resources or synchronization primitives referenced is unaffected by the call or its failure. -If fname:vkQueuePresentKHR fails in such a way that the implementation can: -not make that guarantee, the implementation must: return +If fname:vkQueuePresentKHR fails in such a way that the implementation is +unable to make that guarantee, the implementation must: return ename:VK_ERROR_DEVICE_LOST. However, if the presentation request is rejected by the presentation engine diff --git a/doc/specs/vulkan/chapters/cmdbuffers.txt b/doc/specs/vulkan/chapters/cmdbuffers.txt index bda65036..ae855d66 100644 --- a/doc/specs/vulkan/chapters/cmdbuffers.txt +++ b/doc/specs/vulkan/chapters/cmdbuffers.txt @@ -908,8 +908,8 @@ If it does, the implementation must: ensure that the state and contents of any resources or synchronization primitives referenced by the submitted command buffers and any semaphores referenced by pname:pSubmits is unaffected by the call or its failure. -If fname:vkQueueSubmit fails in such a way that the implementation can: not -make that guarantee, the implementation must: return +If fname:vkQueueSubmit fails in such a way that the implementation is unable +to make that guarantee, the implementation must: return ename:VK_ERROR_DEVICE_LOST. See <>.