We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76582a8 commit 470f31fCopy full SHA for 470f31f
rclcpp/include/rclcpp/clock.hpp
@@ -88,7 +88,7 @@ class Clock
88
* false. There is not a consistent choice of sleeping time when the time source changes,
89
* so this is up to the caller to call again if needed.
90
*
91
- * \warning When using gcc < 10 or gcc >= 10 and pthreads lacks the function
+ * \warning When using gcc < 10 or when using gcc >= 10 and pthreads lacks the function
92
* `pthread_cond_clockwait`, steady clocks may sleep using the system clock.
93
* If so, steady clock sleep times can be affected by system clock time jumps.
94
* Depending on the steady clock's epoch and resolution in comparison to the system clock's,
0 commit comments