Skip to content

Commit dc7e636

Browse files
committed
Change spelling of initialisation to AE
Signed-off-by: Daniel Egger <[email protected]>
1 parent cab9336 commit dc7e636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub fn bkpt() {
3131
///
3232
/// NOTE that the delay can take much longer if interrupts are serviced during its execution
3333
/// and the execution time may vary with other factors. This delay is mainly useful for simple
34-
/// timer-less initialisation of peripherals iff accurate timing is not essential. In any other
34+
/// timer-less initialization of peripherals iff accurate timing is not essential. In any other
3535
/// case please use more accurate methods to cause a delay.
3636
#[inline]
3737
pub fn delay(_n: u32) {

0 commit comments

Comments
 (0)