Skip to content

Commit 06f2076

Browse files
authored
Merge pull request #648 from atharvanan1/fix/rcc-doc-typo
src/rcc: fix minor documentation typo
2 parents 82edec9 + 9bb89c4 commit 06f2076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rcc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//!
2424
//! Unlike the clock configuration tool provided by ST, the code does not extensively search all
2525
//! possible configurations. Instead, it often relies on an iterative approach to reduce
26-
//! compitational complexity. On most MCUs the code will first generate a configuration for the 48
26+
//! computational complexity. On most MCUs the code will first generate a configuration for the 48
2727
//! MHz clock and the system clock without taking other requested clocks into account, even if the
2828
//! accuracy of these clocks is affected. **If you specific accuracy requirements, you should
2929
//! always check the resulting frequencies!**

0 commit comments

Comments
 (0)