Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kinode/src/kernel/standard_host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl process::ProcessState {
}
}

/// Convert a message from the main event loop into a result for the process to receive.
/// Forward the message from the main event loop to the process in the form of a result.
/// If the message is a response or error, get context if we have one.
fn kernel_message_to_process_receive(
&mut self,
Expand Down