Skip to content

Commit

Permalink
Fix typo in comment (closes stephane#588)
Browse files Browse the repository at this point in the history
Thank you @qqq89513
  • Loading branch information
stephane committed Jan 7, 2022
1 parent 1a793df commit be8a46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ int modbus_read_input_bits(modbus_t *ctx, int addr, int nb, uint8_t *dest)
return nb;
}

/* Reads the data from a remove device and put that data into an array */
/* Reads the data from a remote device and put that data into an array */
static int read_registers(modbus_t *ctx, int function, int addr, int nb,
uint16_t *dest)
{
Expand Down

0 comments on commit be8a46f

Please sign in to comment.