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 Dec 19, 2024
1 parent 366440c commit c22808b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ck_ring.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ _ck_ring_enqueue_mp(struct ck_ring *ring,
/*
* Slow path. Either the buffer is full or we have a
* stale snapshot of p_head. Execute a second read of
* p_read that must be ordered wrt the snapshot of
* p_head that must be ordered wrt the snapshot of
* c_head.
*/
ck_pr_fence_load();
Expand Down

0 comments on commit c22808b

Please sign in to comment.