Skip to content

Commit 24b81ec

Browse files
fixes #175 #174
1 parent 19e6e16 commit 24b81ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pthread/condition_variable.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ namespace pthread {
140140
*
141141
* The method uses the lock_guard's mutex to execute.
142142
*
143-
* @see #wait_for (mutex &, int) NOSONAR
143+
* @see #wait_for (mutex &, int) NOSONAR this is not comment code
144144
*/
145145
cv_status wait_for(lock_guard<pthread::mutex> &lck, int millis);
146146

0 commit comments

Comments
 (0)