Skip to content

Commit

Permalink
Fix spelling (#8640)
Browse files Browse the repository at this point in the history
Signed-off-by: Soren Soe <[email protected]>
  • Loading branch information
stsoe authored Dec 4, 2024
1 parent ce1d9fa commit 659d8ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/runtime_src/core/include/xrt/xrt_kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -395,18 +395,18 @@ class run
* ``ERT_CMD_STATE_COMPLETED`` is supported currently.
*
* The function object's first parameter is a unique 'key'
* for this xrt::run object implmentation on which the callback
* for this xrt::run object implementation on which the callback
* was added. This 'key' can be used to identify an actual run
* object that refers to the implementaion that is maybe shared
* by multiple xrt::run objects.
*
* Any number of callbacks are supported.
*
* Execution a run object with callback functions is referred to as
* managed execution. Managed execution is supported on Alveo style
* platforms only. If targeted platform does not supported managed
* execution, then an exception is thrown when the run object is
* submitted for execution.
* Execution of a run object with callback functions is referred to
* as managed execution. Managed execution is supported on Alveo
* style platforms only. If targeted platform does not support
* managed execution, then an exception is thrown when the run
* object is submitted for execution.
*/
XCL_DRIVER_DLLESPEC
void
Expand Down

0 comments on commit 659d8ce

Please sign in to comment.