summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2022-06-11 14:55:22 +0200
committernorly <ny-git@enpas.org>2022-06-11 14:56:15 +0200
commit6bf1d119fc3122ad4a8025817870e459def2e437 (patch)
treee1cdbb0f331ae029186d23591e97fe9cd18eaf38 /module
parent90de9535e18d66f5a182dc9689dc7015d551da23 (diff)
elm327_init: Update old comment referencing bittiming_const
This has been gone since a44b237ce7e9 in 2019.
Diffstat (limited to 'module')
-rw-r--r--module/can327.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/can327.c b/module/can327.c
index d522c08..bd78bc7 100644
--- a/module/can327.c
+++ b/module/can327.c
@@ -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;