Skip to content

Commit

Permalink
Fix spelling of Acquire
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Egger <daniel@eggers-club.de>
  • Loading branch information
TheZoq2 and therealprof authored Jun 21, 2020
1 parent ec17165 commit 8f17369
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/afio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl AfioExt for AFIO {

/// HAL wrapper around the AFIO registers
///
/// Aquired by calling [constrain](trait.AfioExt.html#constrain) on the [AFIO
/// Acquired by calling [constrain](trait.AfioExt.html#constrain) on the [AFIO
/// registers](../pac/struct.AFIO.html)
///
/// ```rust
Expand Down
8 changes: 4 additions & 4 deletions src/rcc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub struct Rcc {

/// AMBA High-performance Bus (AHB) registers
///
/// Aquired through the `Rcc` registers:
/// Acquired through the `Rcc` registers:
///
/// ```rust
/// let dp = pac::Peripherals::take().unwrap();
Expand All @@ -71,7 +71,7 @@ impl AHB {

/// Advanced Peripheral Bus 1 (APB1) registers
///
/// Aquired through the `Rcc` registers:
/// Acquired through the `Rcc` registers:
///
/// ```rust
/// let dp = pac::Peripherals::take().unwrap();
Expand Down Expand Up @@ -103,7 +103,7 @@ impl APB1 {

/// Advanced Peripheral Bus 2 (APB2) registers
///
/// Aquired through the `Rcc` registers:
/// Acquired through the `Rcc` registers:
///
/// ```rust
/// let dp = pac::Peripherals::take().unwrap();
Expand Down Expand Up @@ -204,7 +204,7 @@ impl CFGR {
}

/// Applies the clock configuration and returns a `Clocks` struct that signifies that the
/// clocks are frozen, and contains the frequencies used. After this function is called,
/// clocks are frozen and contains the frequencies used. After this function is called,
/// the clocks can not change
///
/// Usage:
Expand Down

0 comments on commit 8f17369

Please sign in to comment.