Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomestre committed Jul 12, 2024
1 parent 99c5bb3 commit 44d6a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/source/detail/graph_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ class graph_impl : public std::enable_shared_from_this<graph_impl> {

/// Sets the Queue state to queue_state::recording. Adds the queue to the list
/// of recording queues associated with this graph.
/// \param Queue[in] The queue to be recorded from.
/// @param[in] Queue The queue to be recorded from.
void beginRecording(std::shared_ptr<sycl::detail::queue_impl> Queue);

/// Store the last barrier node that was submitted to the queue.
Expand Down

0 comments on commit 44d6a98

Please sign in to comment.