treewide: Fix some typos

This commit is contained in:
Stefan Tauner
2022-03-02 08:56:43 +01:00
committed by Karl Palsson
parent 93e0ccaf26
commit a6927e410c
3 changed files with 5 additions and 5 deletions

View File

@@ -271,7 +271,7 @@ void rcc_osc_bypass_disable(enum rcc_osc osc)
}
/* This is a helper to calculate dividers that go 2/4/8/16/64/128/256/512.
* These dividers also use the top bit as an "enable". This is tyipcally
* These dividers also use the top bit as an "enable". This is typically
* used for AHB and other system clock prescaler. */
uint16_t rcc_get_div_from_hpre(uint8_t div_val) {
if (div_val < 0x8) {