elm327_init: Update old comment referencing bittiming_const
authornorly <ny-git@enpas.org>
Sat, 11 Jun 2022 12:55:22 +0000 (14:55 +0200)
committernorly <ny-git@enpas.org>
Sat, 11 Jun 2022 12:56:15 +0000 (14:56 +0200)
This has been gone since a44b237ce7e9 in 2019.

module/can327.c

index d522c08720563fb9c57b84829f83c9f79bf9386f..bd78bc739d15ca014d75b405e2f0d923cedd8d6f 100644 (file)
@@ -256,7 +256,7 @@ static void elm327_init(struct can327 *elm)
        elm->drop_next_line = 0;
 
        /* We can only set the bitrate as a fraction of 500000.
-        * The bit timing constants in can327_bittiming_const will
+        * The bitrates listed in can327_bitrate_const will
         * limit the user to the right values.
         */
        elm->can_bitrate_divisor = 500000 / elm->can.bittiming.bitrate;