aboutsummaryrefslogtreecommitdiff
path: root/src/venus/venus-protocol/vk_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/venus/venus-protocol/vk_platform.h')
-rw-r--r--src/venus/venus-protocol/vk_platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/venus/venus-protocol/vk_platform.h b/src/venus/venus-protocol/vk_platform.h
index 18b913ab..3ff8c5d1 100644
--- a/src/venus/venus-protocol/vk_platform.h
+++ b/src/venus/venus-protocol/vk_platform.h
@@ -2,7 +2,7 @@
// File: vk_platform.h
//
/*
-** Copyright 2014-2021 The Khronos Group Inc.
+** Copyright 2014-2022 The Khronos Group Inc.
**
** SPDX-License-Identifier: Apache-2.0
*/
@@ -42,7 +42,7 @@ extern "C"
#define VKAPI_CALL __stdcall
#define VKAPI_PTR VKAPI_CALL
#elif defined(__ANDROID__) && defined(__ARM_ARCH) && __ARM_ARCH < 7
- #error "Vulkan isn't supported for the 'armeabi' NDK ABI"
+ #error "Vulkan is not supported for the 'armeabi' NDK ABI"
#elif defined(__ANDROID__) && defined(__ARM_ARCH) && __ARM_ARCH >= 7 && defined(__ARM_32BIT_STATE)
// On Android 32-bit ARM targets, Vulkan functions use the "hardfloat"
// calling convention, i.e. float parameters are passed in registers. This