Skip to content

Commit

Permalink
jacd: fix typo in a comment
Browse files Browse the repository at this point in the history
s/ourselve/ourselves

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
  • Loading branch information
yegorich committed Nov 12, 2019
1 parent 8426d63 commit 276077d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jacd.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ int main(int argc, char *argv[])
addr[sa].flags |= F_SEEN;

if (s.name == saddr.can_addr.j1939.name) {
/* ourselve, disable itimer */
/* ourselves, disable itimer */
s.current_sa = sa;
if (s.verbose)
err(0, "claimed 0x%02x", sa);
Expand Down

0 comments on commit 276077d

Please sign in to comment.