summaryrefslogtreecommitdiff
path: root/Tests/Cuda/MixedStandardLevels4/lib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Cuda/MixedStandardLevels4/lib.cpp')
-rw-r--r--Tests/Cuda/MixedStandardLevels4/lib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Cuda/MixedStandardLevels4/lib.cpp b/Tests/Cuda/MixedStandardLevels4/lib.cpp
index ef6fc20056..2a65c77c96 100644
--- a/Tests/Cuda/MixedStandardLevels4/lib.cpp
+++ b/Tests/Cuda/MixedStandardLevels4/lib.cpp
@@ -3,7 +3,7 @@
constexpr int func(int A, int B)
{
#if defined(_MSC_VER) && _MSC_VER < 1913
- // no suppport for extended constexpr
+ // no support for extended constexpr
return B * A;
#else
// Verify that we have at least c++14