diff --git a/include/ur_api.h b/include/ur_api.h index 0f21b96a83..588207bc6e 100644 --- a/include/ur_api.h +++ b/include/ur_api.h @@ -856,11 +856,11 @@ urAdapterRetain( /// returned by the failed driver entry-point. /// /// * If `pError` is ::UR_RESULT_SUCCESS, ::UR_RESULT_ERROR_ADAPTER_SPECIFIC -/// represents a warning instead. This means that the entry-point call did not -/// fail. However it might not have behaved as expected. +/// represents a warning instead. This means that the entry-point call did not +/// fail. However it might not have behaved as expected. /// /// * Using ::UR_RESULT_ERROR_ADAPTER_SPECIFIC to emit warnings is an optional -/// feature. Its usage is left at the discretion of adapter maintainers. +/// feature. Its usage is left at the discretion of adapter maintainers. /// /// * Implementations *must* store the message and error code in thread-local /// storage prior to returning ::UR_RESULT_ERROR_ADAPTER_SPECIFIC. diff --git a/scripts/core/adapter.yml b/scripts/core/adapter.yml index 383dee733a..dbcd9bf5b7 100644 --- a/scripts/core/adapter.yml +++ b/scripts/core/adapter.yml @@ -81,11 +81,11 @@ details: | returned by the failed driver entry-point. * If `pError` is $X_RESULT_SUCCESS, $X_RESULT_ERROR_ADAPTER_SPECIFIC - represents a warning instead. This means that the entry-point call did not - fail. However it might not have behaved as expected. + represents a warning instead. This means that the entry-point call did not + fail. However it might not have behaved as expected. * Using $X_RESULT_ERROR_ADAPTER_SPECIFIC to emit warnings is an optional - feature. Its usage is left at the discretion of adapter maintainers. + feature. Its usage is left at the discretion of adapter maintainers. * Implementations *must* store the message and error code in thread-local storage prior to returning $X_RESULT_ERROR_ADAPTER_SPECIFIC. diff --git a/source/loader/ur_libapi.cpp b/source/loader/ur_libapi.cpp index 739d42bd47..692a7e6ae5 100644 --- a/source/loader/ur_libapi.cpp +++ b/source/loader/ur_libapi.cpp @@ -362,11 +362,11 @@ ur_result_t UR_APICALL urAdapterRetain( /// returned by the failed driver entry-point. /// /// * If `pError` is ::UR_RESULT_SUCCESS, ::UR_RESULT_ERROR_ADAPTER_SPECIFIC -/// represents a warning instead. This means that the entry-point call did not -/// fail. However it might not have behaved as expected. +/// represents a warning instead. This means that the entry-point call did not +/// fail. However it might not have behaved as expected. /// /// * Using ::UR_RESULT_ERROR_ADAPTER_SPECIFIC to emit warnings is an optional -/// feature. Its usage is left at the discretion of adapter maintainers. +/// feature. Its usage is left at the discretion of adapter maintainers. /// /// * Implementations *must* store the message and error code in thread-local /// storage prior to returning ::UR_RESULT_ERROR_ADAPTER_SPECIFIC. diff --git a/source/ur_api.cpp b/source/ur_api.cpp index 6eed7151bb..7aa55f4a2b 100644 --- a/source/ur_api.cpp +++ b/source/ur_api.cpp @@ -320,11 +320,11 @@ ur_result_t UR_APICALL urAdapterRetain( /// returned by the failed driver entry-point. /// /// * If `pError` is ::UR_RESULT_SUCCESS, ::UR_RESULT_ERROR_ADAPTER_SPECIFIC -/// represents a warning instead. This means that the entry-point call did not -/// fail. However it might not have behaved as expected. +/// represents a warning instead. This means that the entry-point call did not +/// fail. However it might not have behaved as expected. /// /// * Using ::UR_RESULT_ERROR_ADAPTER_SPECIFIC to emit warnings is an optional -/// feature. Its usage is left at the discretion of adapter maintainers. +/// feature. Its usage is left at the discretion of adapter maintainers. /// /// * Implementations *must* store the message and error code in thread-local /// storage prior to returning ::UR_RESULT_ERROR_ADAPTER_SPECIFIC.