Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
anchitj committed Jun 12, 2024
1 parent c6b8012 commit 25ab3f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rdkafka_buf.h
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ struct rd_kafka_buf_s { /* rd_kafka_buf_t */
} while (0)

/**
* @brief Read KIP-482 Tags at the current position in the buffer using
* @brief Read KIP-482 Tags at current position in the buffer using
* the `read_tag` function receiving the `opaque' pointer.
*/
#define rd_kafka_buf_read_tags(rkbuf, read_tag, opaque) \
Expand Down
2 changes: 1 addition & 1 deletion src/rdkafka_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ int rd_kafka_buf_write_topic_partitions(
*
* @param rkbuf buffer to read from
* @param CurrentLeader is the CurrentLeader to populate.
* @returns 1 on success, else -1 on parse error.
* @return 1 on success, else -1 on parse error.
*/
int rd_kafka_buf_read_CurrentLeader(rd_kafka_buf_t *rkbuf,
rd_kafkap_CurrentLeader_t *CurrentLeader) {
Expand Down

0 comments on commit 25ab3f9

Please sign in to comment.