Skip to content

Commit b357fbc

Browse files
committed
Fixing a typo in a comment and seeing
how toi make requested changes in a PR review.
1 parent 7cd0608 commit b357fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cipher-ctr-mt-functions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ thread_loop(void *job)
280280
* a draining queue to become empty.
281281
*
282282
* Multiple threads may be waiting on a draining queue and awoken
283-
* when empty. qThe first thread to wake will mark it as filling,
283+
* when empty. The first thread to wake will mark it as filling,
284284
* others will move on to fill, skip, or wait on the next queue.
285285
* We init qidx here because if we do it at the top of the function
286286
* we get a warning about it possibly being clobbered. The exact reason

0 commit comments

Comments
 (0)