Skip to content

Commit

Permalink
[whitespace] ck_ring: fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samy Al Bahra committed Jan 13, 2025
1 parent bf3b784 commit f357e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/ck_ring.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ _ck_ring_enqueue_reserve_sp(struct ck_ring *ring,
}

/*
* This is to be called to commit and make visible a region of previously
* reserved with reverse_sp.
* This is commits and makes visible (to dequeue) a region previously reserved
* with reserve_sp.
*/
CK_CC_FORCE_INLINE static void
_ck_ring_enqueue_commit_sp(struct ck_ring *ring)
Expand Down

0 comments on commit f357e7b

Please sign in to comment.