Skip to content

Commit f357e7b

Browse files
author
Samy Al Bahra
committed
[whitespace] ck_ring: fix typo in comment.
1 parent bf3b784 commit f357e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/ck_ring.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ _ck_ring_enqueue_reserve_sp(struct ck_ring *ring,
158158
}
159159

160160
/*
161-
* This is to be called to commit and make visible a region of previously
162-
* reserved with reverse_sp.
161+
* This is commits and makes visible (to dequeue) a region previously reserved
162+
* with reserve_sp.
163163
*/
164164
CK_CC_FORCE_INLINE static void
165165
_ck_ring_enqueue_commit_sp(struct ck_ring *ring)

0 commit comments

Comments
 (0)