mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
jacd: fix typo in a comment
s/ourselve/ourselves Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
@@ -615,7 +615,7 @@ int main(int argc, char *argv[])
|
|||||||
addr[sa].flags |= F_SEEN;
|
addr[sa].flags |= F_SEEN;
|
||||||
|
|
||||||
if (s.name == saddr.can_addr.j1939.name) {
|
if (s.name == saddr.can_addr.j1939.name) {
|
||||||
/* ourselve, disable itimer */
|
/* ourselves, disable itimer */
|
||||||
s.current_sa = sa;
|
s.current_sa = sa;
|
||||||
if (s.verbose)
|
if (s.verbose)
|
||||||
err(0, "claimed 0x%02x", sa);
|
err(0, "claimed 0x%02x", sa);
|
||||||
|
|||||||
Reference in New Issue
Block a user