Skip to content

Commit

Permalink
typo fix (#27768)
Browse files Browse the repository at this point in the history
  • Loading branch information
isanghao authored Nov 27, 2024
1 parent c1575e1 commit 2f67c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inference/include/openvino/runtime/infer_request.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class OPENVINO_RUNTIME_API InferRequest {
/**
* @brief Infers specified input(s) in synchronous mode.
* @note It blocks all methods of InferRequest while request is ongoing (running or waiting in a queue).
* Calling any method leads to throwning the ov::Busy exception.
* Calling any method leads to throwing the ov::Busy exception.
*/
void infer();

Expand All @@ -274,7 +274,7 @@ class OPENVINO_RUNTIME_API InferRequest {
/**
* @brief Starts inference of specified input(s) in asynchronous mode.
* @note It returns immediately. Inference starts also immediately.
* Calling any method while the request in a running state leads to throwning the ov::Busy exception.
* Calling any method while the request in a running state leads to throwing the ov::Busy exception.
*/
void start_async();

Expand Down

0 comments on commit 2f67c11

Please sign in to comment.