@@ -1615,7 +1615,7 @@ typedef struct ur_platform_native_properties_t {
1615
1615
ur_structure_type_t stype;
1616
1616
/// [in,out][optional] pointer to extension-specific structure
1617
1617
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
1619
1619
/// the resultant object. This means the object will be responsible for
1620
1620
/// releasing the native resources at the end of its lifetime.
1621
1621
bool isNativeHandleOwned;
@@ -2696,7 +2696,7 @@ typedef struct ur_device_native_properties_t {
2696
2696
ur_structure_type_t stype;
2697
2697
/// [in,out][optional] pointer to extension-specific structure
2698
2698
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
2700
2700
/// the resultant object. This means the object will be responsible for
2701
2701
/// releasing the native resources at the end of its lifetime.
2702
2702
bool isNativeHandleOwned;
@@ -3076,7 +3076,7 @@ typedef struct ur_context_native_properties_t {
3076
3076
ur_structure_type_t stype;
3077
3077
/// [in,out][optional] pointer to extension-specific structure
3078
3078
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
3080
3080
/// the resultant object. This means the object will be responsible for
3081
3081
/// releasing the native resources at the end of its lifetime.
3082
3082
bool isNativeHandleOwned;
@@ -3697,7 +3697,7 @@ typedef struct ur_mem_native_properties_t {
3697
3697
ur_structure_type_t stype;
3698
3698
/// [in,out][optional] pointer to extension-specific structure
3699
3699
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
3701
3701
/// the resultant object. This means the object will be responsible for
3702
3702
/// releasing the native resources at the end of its lifetime.
3703
3703
bool isNativeHandleOwned;
@@ -4103,7 +4103,7 @@ typedef struct ur_sampler_native_properties_t {
4103
4103
ur_structure_type_t stype;
4104
4104
/// [in,out][optional] pointer to extension-specific structure
4105
4105
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
4107
4107
/// the resultant object. This means the object will be responsible for
4108
4108
/// releasing the native resources at the end of its lifetime.
4109
4109
bool isNativeHandleOwned;
@@ -5811,7 +5811,7 @@ typedef struct ur_program_native_properties_t {
5811
5811
ur_structure_type_t stype;
5812
5812
/// [in,out][optional] pointer to extension-specific structure
5813
5813
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
5815
5815
/// the resultant object. This means the object will be responsible for
5816
5816
/// releasing the native resources at the end of its lifetime.
5817
5817
bool isNativeHandleOwned;
@@ -6480,7 +6480,7 @@ typedef struct ur_kernel_native_properties_t {
6480
6480
ur_structure_type_t stype;
6481
6481
/// [in,out][optional] pointer to extension-specific structure
6482
6482
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
6484
6484
/// the resultant object. This means the object will be responsible for
6485
6485
/// releasing the native resources at the end of its lifetime.
6486
6486
bool isNativeHandleOwned;
@@ -6875,7 +6875,7 @@ typedef struct ur_queue_native_properties_t {
6875
6875
ur_structure_type_t stype;
6876
6876
/// [in,out][optional] pointer to extension-specific structure
6877
6877
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
6879
6879
/// the resultant object. This means the object will be responsible for
6880
6880
/// releasing the native resources at the end of its lifetime.
6881
6881
bool isNativeHandleOwned;
@@ -7301,7 +7301,7 @@ typedef struct ur_event_native_properties_t {
7301
7301
ur_structure_type_t stype;
7302
7302
/// [in,out][optional] pointer to extension-specific structure
7303
7303
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
7305
7305
/// the resultant object. This means the object will be responsible for
7306
7306
/// releasing the native resources at the end of its lifetime.
7307
7307
bool isNativeHandleOwned;
0 commit comments