We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9450b commit e0ef0d7Copy full SHA for e0ef0d7
sycl/source/detail/graph_impl.hpp
@@ -115,7 +115,7 @@ class node_impl {
115
/// @param Prev Predecessor to \p node being added as successor.
116
///
117
/// \p Prev should be a shared_ptr to an instance of this object, but can't
118
- /// use a raw \p this pointer, so the extra \Prev parameter is passed.
+ /// use a raw \p this pointer, so the extra \p Prev parameter is passed.
119
void registerSuccessor(const std::shared_ptr<node_impl> &Node,
120
const std::shared_ptr<node_impl> &Prev) {
121
if (std::find_if(MSuccessors.begin(), MSuccessors.end(),
0 commit comments