Skip to content

Commit 80da033

Browse files
svenvhjsji
authored andcommitted
Fix spelling of dereferenceable (#2855)
Original commit: KhronosGroup/SPIRV-LLVM-Translator@691b7ac78b15919
1 parent 3056050 commit 80da033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm-spirv/docs/SPIRVVersionsAndExtensionsHandling.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ SPIR-V Generation step
4444
----------------------
4545

4646
By default translator selects version of generated SPIR-V file based on features
47-
used in this file. For example, if it contains ``dereferencable`` LLVM IR
47+
used in this file. For example, if it contains the ``dereferenceable`` LLVM IR
4848
attribute, ``MaxByteOffset`` decoration will be generated and resulting SPIR-V
4949
version will be raised to 1.1.
5050

@@ -78,8 +78,8 @@ the following things:
7878

7979
* ignores LLVM IR entity in the input file.
8080

81-
For example, ``dereferencable`` LLVM IR attribute can be ignored if it is not
82-
allowed to generate SPIR-V 1.1 and higher.
81+
For example, the ``dereferenceable`` LLVM IR attribute can be ignored if it
82+
is not allowed to generate SPIR-V 1.1 and higher.
8383

8484
* tries to represent LLVM IR entity with allowed instructions.
8585

0 commit comments

Comments
 (0)