Skip to content

Commit f9fc058

Browse files
authored
Spelling
1 parent 3a06baf commit f9fc058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_bindings/docs/source/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def main():
546546
...
547547
```
548548

549-
For NumPy, we can convert these CUDA types by leveraging the `__int__()` call to fetch the adress of the underlining `cudaTextureObject_t` C object and wrapping it in a NumPy object array of type `np.uint64`:
549+
For NumPy, we can convert these CUDA types by leveraging the `__int__()` call to fetch the address of the underlying `cudaTextureObject_t` C object and wrapping it in a NumPy object array of type `np.uint64`:
550550

551551
```python
552552
kernelValues = (

0 commit comments

Comments
 (0)