Skip to content

Commit ef0f5d0

Browse files
committed
Change "customer code" to "user code" in documentation
1 parent d4647f6 commit ef0f5d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3044,8 +3044,8 @@ Global or static variables of type decorated with this attribute have
30443044
`sycl-unique-id`, an LLVM IR attribute, added to the definition of each such
30453045
variable, which provides a unique string identifier using
30463046
__builtin_sycl_unique_stable_id.
3047-
We do not intend to support this as a general attribute that customer code can
3048-
use, so we have this attribute in sycl_detail namespace.
3047+
We do not intend to support this as a general attribute that user code can use,
3048+
so we have this attribute in sycl_detail namespace.
30493049

30503050
.. code-block:: c++
30513051

@@ -3064,7 +3064,7 @@ This attribute is part of support for SYCL device_global feature.
30643064
[[__sycl_detail__::global_variable_allowed]] attribute is used to avoid
30653065
diagnosing an error when global or static variables of type decorated with this
30663066
attribute are referenced in device code. We do not intend to support this as a
3067-
general attribute that customer code can use, therefore it is wrapped in
3067+
general attribute that user code can use, therefore it is wrapped in
30683068
sycl_detail namespace.
30693069

30703070
.. code-block:: c++

0 commit comments

Comments
 (0)