Skip to content

Commit

Permalink
mispelled word
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Nov 19, 2019
1 parent 57f5ef8 commit fb81414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/safety/safety_honda.h
Expand Up @@ -102,7 +102,7 @@ static void honda_rx_hook(CAN_FIFOMailBox_TypeDef *to_push) {
}

// if steering controls messages are received on the destination bus, it's an indication
// that the relay might be malfucntioning
// that the relay might be malfunctioning
int bus_rdr_car = (board_has_relay()) ? 0 : 2; // radar bus, car side
if ((addr == 0xE4) || (addr == 0x194)) {
if ((honda_bosch_hardware && (bus == bus_rdr_car)) ||
Expand Down

0 comments on commit fb81414

Please sign in to comment.