Skip to content

Commit b9f4542

Browse files
author
Diptorup Deb
authored
Merge pull request #1164 from IntelPython/fix/typo_in_docstring
Fix typo in docstring
2 parents 643878b + 1ce8c66 commit b9f4542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_dpex/core/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _init(self, llvm_module):
8181
self._data_layout = SPIR_DATA_LAYOUT[utils.MACHINE_BITS]
8282
self._target_data = ll.create_target_data(self._data_layout)
8383
self._tm_features = (
84-
"" # We need this for chaching, not sure about this value for now
84+
"" # We need this for caching, not sure about this value for now
8585
)
8686

8787
def _create_empty_module(self, name):

0 commit comments

Comments
 (0)