diff --git a/src/modbus.c b/src/modbus.c index 43e8a35..99f333b 100644 --- a/src/modbus.c +++ b/src/modbus.c @@ -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) {