Skip to content

Commit e0ef0d7

Browse files
authored
[SYCL][NFC] Fix doxygen annotation for graph method description (#14889)
1 parent 5c9450b commit e0ef0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/graph_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class node_impl {
115115
/// @param Prev Predecessor to \p node being added as successor.
116116
///
117117
/// \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.
118+
/// use a raw \p this pointer, so the extra \p Prev parameter is passed.
119119
void registerSuccessor(const std::shared_ptr<node_impl> &Node,
120120
const std::shared_ptr<node_impl> &Prev) {
121121
if (std::find_if(MSuccessors.begin(), MSuccessors.end(),

0 commit comments

Comments
 (0)