Skip to content

Commit fa4eaa7

Browse files
authored
Merge pull request #2072 from IntelPython/fix-typo-in-memory
Fix typo in `_memory.pyx` docstring
2 parents 8df03aa + 796831d commit fa4eaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/memory/_memory.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ cdef extern from "_opaque_smart_ptr.hpp":
8686

8787
class USMAllocationError(Exception):
8888
"""
89-
An exception raised when Universal Shared Memory (USM) allocation
89+
An exception raised when Unified Shared Memory (USM) allocation
9090
call returns a null pointer, signaling a failure to perform the allocation.
9191
Some common reasons for allocation failure are:
9292

0 commit comments

Comments
 (0)