Skip to content

Commit 476ff94

Browse files
committed
Typo in comment.
1 parent cb1a1b2 commit 476ff94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_tuner/backends/nvcuda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
class CudaFunctions(GPUBackend):
20-
"""Class that groups the Cuda functions on maintains state about the device."""
20+
"""Class that groups the Cuda functions and it maintains state about the device."""
2121

2222
def __init__(self, device=0, iterations=7, compiler_options=None, observers=None):
2323
"""Instantiate CudaFunctions object used for interacting with the CUDA device.

0 commit comments

Comments
 (0)