Skip to content

Commit

Permalink
Small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DNedic committed May 10, 2023
1 parent 8350881 commit ec90e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lockfree/inc/bipartite_buf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ template <typename T, size_t size> class BipartiteBuf {
#endif

/**
* @brief Acquires a linear region in the bipartite buffer for reading\
* @brief Acquires a linear region in the bipartite buffer for reading.
* Should only be called from the consumer thread.
* @retval Pair containing the pointer to the beginning of the area and
* elements available
Expand Down

0 comments on commit ec90e2b

Please sign in to comment.