diff options
Diffstat (limited to 'lib/Headers/__clang_cuda_builtin_vars.h')
-rw-r--r-- | lib/Headers/__clang_cuda_builtin_vars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/__clang_cuda_builtin_vars.h b/lib/Headers/__clang_cuda_builtin_vars.h index 6f5eb9c78d852..290c4b2984335 100644 --- a/lib/Headers/__clang_cuda_builtin_vars.h +++ b/lib/Headers/__clang_cuda_builtin_vars.h @@ -54,7 +54,7 @@ struct dim3; #define __DELETE #endif -// Make sure nobody can create instances of the special varible types. nvcc +// Make sure nobody can create instances of the special variable types. nvcc // also disallows taking address of special variables, so we disable address-of // operator as well. #define __CUDA_DISALLOW_BUILTINVAR_ACCESS(TypeName) \ |