Cancel instead of cancels
This commit is contained in:
parent
eb3a793eb7
commit
c469a8a2e9
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ public:
|
||||||
return FutureReturnCode::INTERRUPTED;
|
return FutureReturnCode::INTERRUPTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Cancels any running spin* function, causing it to return.
|
/// Cancel any running spin* function, causing it to return.
|
||||||
/* This function can be called asynchonously from any thread. */
|
/* This function can be called asynchonously from any thread. */
|
||||||
RCLCPP_PUBLIC
|
RCLCPP_PUBLIC
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue