Skip to content

Commit 470f31f

Browse files
committed
Try to make warning message clearer
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
1 parent 76582a8 commit 470f31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/include/rclcpp/clock.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Clock
8888
* false. There is not a consistent choice of sleeping time when the time source changes,
8989
* so this is up to the caller to call again if needed.
9090
*
91-
* \warning When using gcc < 10 or gcc >= 10 and pthreads lacks the function
91+
* \warning When using gcc < 10 or when using gcc >= 10 and pthreads lacks the function
9292
* `pthread_cond_clockwait`, steady clocks may sleep using the system clock.
9393
* If so, steady clock sleep times can be affected by system clock time jumps.
9494
* Depending on the steady clock's epoch and resolution in comparison to the system clock's,

0 commit comments

Comments
 (0)