Skip to content

Commit 5d081c8

Browse files
committed
Make delimiter mention clearer
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
1 parent a4ab8f7 commit 5d081c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/doc/design/CompileTimeProperties.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -821,8 +821,8 @@ are supported during translation from LLVM IR to SPIR-V the corresponding
821821
decorations will be generated, and otherwise it will fall back to creating a
822822
single **UserSemantic** decoration. In general these decorations occur in the
823823
annotation string as a series of **{X}** and **{X:Y}** where **X** is a reserved
824-
name and **Y** is one or more words and numbers separated by **,** or **:**,
825-
depending on the decoration.
824+
name and **Y** is one or more words and numbers separated by a comma (**,**) or
825+
a colon (**:**), depending on the decoration.
826826

827827
As such we propose an extension to this functionality with the following
828828
changes:
@@ -832,7 +832,7 @@ changes:
832832
rather than reserved names. With this there need not be any agreement between
833833
the translator and LLVM IR producer, as the identifiers are specified by the
834834
SPIR-V specification.
835-
* For decorations parsed with decoration identifiers, only the **,** delimiter
835+
* For decorations parsed with decoration identifiers, only the comma delimiter
836836
is valid for separating decoration values.
837837
* In addition to words and numbers, string literals enclosed by quotation marks
838838
are allowed as decoration values. No escapes are planned for this, so all

0 commit comments

Comments
 (0)