@@ -1615,7 +1615,7 @@ typedef struct ur_platform_native_properties_t {
16151615 ur_structure_type_t stype;
16161616 /// [in,out][optional] pointer to extension-specific structure
16171617 void *pNext;
1618- /// [in] If true then ownership of the native handle is tranferred to
1618+ /// [in] If true then ownership of the native handle is transferred to
16191619 /// the resultant object. This means the object will be responsible for
16201620 /// releasing the native resources at the end of its lifetime.
16211621 bool isNativeHandleOwned;
@@ -2696,7 +2696,7 @@ typedef struct ur_device_native_properties_t {
26962696 ur_structure_type_t stype;
26972697 /// [in,out][optional] pointer to extension-specific structure
26982698 void *pNext;
2699- /// [in] If true then ownership of the native handle is tranferred to
2699+ /// [in] If true then ownership of the native handle is transferred to
27002700 /// the resultant object. This means the object will be responsible for
27012701 /// releasing the native resources at the end of its lifetime.
27022702 bool isNativeHandleOwned;
@@ -3076,7 +3076,7 @@ typedef struct ur_context_native_properties_t {
30763076 ur_structure_type_t stype;
30773077 /// [in,out][optional] pointer to extension-specific structure
30783078 void *pNext;
3079- /// [in] If true then ownership of the native handle is tranferred to
3079+ /// [in] If true then ownership of the native handle is transferred to
30803080 /// the resultant object. This means the object will be responsible for
30813081 /// releasing the native resources at the end of its lifetime.
30823082 bool isNativeHandleOwned;
@@ -3697,7 +3697,7 @@ typedef struct ur_mem_native_properties_t {
36973697 ur_structure_type_t stype;
36983698 /// [in,out][optional] pointer to extension-specific structure
36993699 void *pNext;
3700- /// [in] If true then ownership of the native handle is tranferred to
3700+ /// [in] If true then ownership of the native handle is transferred to
37013701 /// the resultant object. This means the object will be responsible for
37023702 /// releasing the native resources at the end of its lifetime.
37033703 bool isNativeHandleOwned;
@@ -4103,7 +4103,7 @@ typedef struct ur_sampler_native_properties_t {
41034103 ur_structure_type_t stype;
41044104 /// [in,out][optional] pointer to extension-specific structure
41054105 void *pNext;
4106- /// [in] If true then ownership of the native handle is tranferred to
4106+ /// [in] If true then ownership of the native handle is transferred to
41074107 /// the resultant object. This means the object will be responsible for
41084108 /// releasing the native resources at the end of its lifetime.
41094109 bool isNativeHandleOwned;
@@ -5811,7 +5811,7 @@ typedef struct ur_program_native_properties_t {
58115811 ur_structure_type_t stype;
58125812 /// [in,out][optional] pointer to extension-specific structure
58135813 void *pNext;
5814- /// [in] If true then ownership of the native handle is tranferred to
5814+ /// [in] If true then ownership of the native handle is transferred to
58155815 /// the resultant object. This means the object will be responsible for
58165816 /// releasing the native resources at the end of its lifetime.
58175817 bool isNativeHandleOwned;
@@ -6480,7 +6480,7 @@ typedef struct ur_kernel_native_properties_t {
64806480 ur_structure_type_t stype;
64816481 /// [in,out][optional] pointer to extension-specific structure
64826482 void *pNext;
6483- /// [in] If true then ownership of the native handle is tranferred to
6483+ /// [in] If true then ownership of the native handle is transferred to
64846484 /// the resultant object. This means the object will be responsible for
64856485 /// releasing the native resources at the end of its lifetime.
64866486 bool isNativeHandleOwned;
@@ -6875,7 +6875,7 @@ typedef struct ur_queue_native_properties_t {
68756875 ur_structure_type_t stype;
68766876 /// [in,out][optional] pointer to extension-specific structure
68776877 void *pNext;
6878- /// [in] If true then ownership of the native handle is tranferred to
6878+ /// [in] If true then ownership of the native handle is transferred to
68796879 /// the resultant object. This means the object will be responsible for
68806880 /// releasing the native resources at the end of its lifetime.
68816881 bool isNativeHandleOwned;
@@ -7301,7 +7301,7 @@ typedef struct ur_event_native_properties_t {
73017301 ur_structure_type_t stype;
73027302 /// [in,out][optional] pointer to extension-specific structure
73037303 void *pNext;
7304- /// [in] If true then ownership of the native handle is tranferred to
7304+ /// [in] If true then ownership of the native handle is transferred to
73057305 /// the resultant object. This means the object will be responsible for
73067306 /// releasing the native resources at the end of its lifetime.
73077307 bool isNativeHandleOwned;
0 commit comments