Skip to content

Commit 61c6429

Browse files
committed
Fix typo in nrt_reserve_meminfo.h
1 parent 72d8a32 commit 61c6429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_dpex/core/runtime/experimental/nrt_reserve_meminfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C"
2727
* @param QRef Queue reference,
2828
* @param meminfo_array Array of meminfo pointers to perform actions on,
2929
* @param meminfo_array_size Length of meminfo_array,
30-
* @param depERefs Array of dependant events for the host task,
30+
* @param depERefs Array of dependent events for the host task,
3131
* @param nDepERefs Length of depERefs,
3232
* @param status Variable to write status to. Same style as
3333
* dpctl,

0 commit comments

Comments
 (0)