diff options
| author | Rob Wells <[email protected]> | 2025-10-27 15:23:54 +0000 |
|---|---|---|
| committer | Rob Wells <[email protected]> | 2025-10-27 15:30:21 +0000 |
| commit | 7ef9a6453a0a2a286741d47fcb99170d802f7d7d (patch) | |
| tree | 3f757273e8749994df3e8c5f0f9b1e6d1ac99e2f /embassy-rp/src/clocks.rs | |
| parent | 4c9efcd785eed99c3581373b77b4d3a1f559530c (diff) | |
embassy-rp: doc comment spelling pass
All changes but one are to documentation comments, and one to an
ordinary comment.
Diffstat (limited to 'embassy-rp/src/clocks.rs')
| -rw-r--r-- | embassy-rp/src/clocks.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/src/clocks.rs b/embassy-rp/src/clocks.rs index 56892d7a2..8bfb5129a 100644 --- a/embassy-rp/src/clocks.rs +++ b/embassy-rp/src/clocks.rs | |||
| @@ -267,7 +267,7 @@ impl CoreVoltage { | |||
| 267 | } | 267 | } |
| 268 | } | 268 | } |
| 269 | 269 | ||
| 270 | /// CLock configuration. | 270 | /// Clock configuration. |
| 271 | #[non_exhaustive] | 271 | #[non_exhaustive] |
| 272 | pub struct ClockConfig { | 272 | pub struct ClockConfig { |
| 273 | /// Ring oscillator configuration. | 273 | /// Ring oscillator configuration. |
