Skip to content

Commit 1e8df42

Browse files
Fix typo in wait_for_event docstring
1 parent e6a8e9c commit 1e8df42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi/src/table/boot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ impl BootServices {
623623
/// performed on each event:
624624
///
625625
/// * If an event is of type `NotifySignal`, then an `InvalidParameter`
626-
/// error is returned with the index of the eve,t that caused the failure.
626+
/// error is returned with the index of the event that caused the failure.
627627
/// * If an event is in the signaled state, the signaled state is cleared
628628
/// and the index of the event that was signaled is returned.
629629
/// * If an event is not in the signaled state but does have a notification

0 commit comments

Comments
 (0)