We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd0608 commit b357fbcCopy full SHA for b357fbc
cipher-ctr-mt-functions.c
@@ -280,7 +280,7 @@ thread_loop(void *job)
280
* a draining queue to become empty.
281
*
282
* Multiple threads may be waiting on a draining queue and awoken
283
- * when empty. qThe first thread to wake will mark it as filling,
+ * when empty. The first thread to wake will mark it as filling,
284
* others will move on to fill, skip, or wait on the next queue.
285
* We init qidx here because if we do it at the top of the function
286
* we get a warning about it possibly being clobbered. The exact reason
0 commit comments