Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ed7coyne committed May 26, 2016
1 parent 75bcaf0 commit b8ae0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/esp8266/abi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ void __throw_logic_error(const char* str)
panic();
}

void __throw_out_of_range(const ohar* str)
void __throw_out_of_range(const char* str)
{
panic();
}
Expand Down

0 comments on commit b8ae0c0

Please sign in to comment.