Skip to content

Commit db862a6

Browse files
committed
Fix typo in driver.rs
1 parent de7dd59 commit db862a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embassy/src/time/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub trait Driver: Send + Sync + 'static {
103103
fn set_alarm_callback(&self, alarm: AlarmHandle, callback: fn(*mut ()), ctx: *mut ());
104104

105105
/// Sets an alarm at the given timestamp. When the current timestamp reaches the alarm
106-
/// timestamp, the provided callback funcion will be called.
106+
/// timestamp, the provided callback function will be called.
107107
///
108108
/// If `timestamp` is already in the past, the alarm callback must be immediately fired.
109109
/// In this case, it is allowed (but not mandatory) to call the alarm callback synchronously from `set_alarm`.

0 commit comments

Comments
 (0)