Skip to content

Commit f638133

Browse files
authored
Merge pull request #726 from danbev/time_driver_typo
Fix typo in driver.rs
2 parents de7dd59 + db862a6 commit f638133

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)