Skip to content

Commit b9cba8d

Browse files
committed
Fix typo
1 parent a0c5f9b commit b9cba8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/SPIRVUsage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ SPIR-V backend, along with their descriptions and argument details.
385385
- spirv.Image
386386
- `[32-bit Integer set, 32-bit Integer binding, 32-bit Integer arraySize, 32-bit Integer index, bool isUniformIndex]`
387387
- Returns the handle for the resource at the given set and binding.\
388-
If `arraySize > 1`, then the binding represents and array of resources\
388+
If `arraySize > 1`, then the binding represents an array of resources\
389389
of the given size, and the handle for the resource at the given index is returned.\
390390
If the index is possibly non-uniform, then `isUniformIndex` must get set to true.
391391

0 commit comments

Comments
 (0)