diff --git a/src/modbus.c b/src/modbus.c index f43b849..a567f8a 100644 --- a/src/modbus.c +++ b/src/modbus.c @@ -1422,7 +1422,7 @@ void modbus_mapping_free(modbus_mapping_t *mb_mapping) #ifndef HAVE_STRLCPY /* -/* Function strlcpy was originally developed by + * Function strlcpy was originally developed by * Todd C. Miller to simplify writing secure code. * See ftp://ftp.openbsd.org/pub/OpenBSD/src/lib/libc/string/strlcpy.3 * for more information.