From 89f5c50415748e82e98c143f80bc888e389f030f Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Fri, 7 Jan 2022 15:53:53 +0100 Subject: [PATCH] Fix typo in comment (closes #588) --- src/modbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- libgit2 0.21.4