Skip to content

Commit

Permalink
Just fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Feb 1, 2021
1 parent 841d32f commit 34c15e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libambit/device_driver_ambit.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static int log_read(ambit_object_t *object, ambit_log_skip_cb skip_cb, ambit_log
libambit_protocol_free(reply_data);

// Assume every header is composited by 2 parts, where only the
// second is of interrest right now
// second is of interest right now
if (libambit_protocol_command(object, ambit_command_log_head, NULL, 0, &reply_data, &replylen, 0) != 0) {
LOG_WARNING("Failed to read first part of header");
return -1;
Expand Down

0 comments on commit 34c15e6

Please sign in to comment.