Skip to content

Commit 4844ee3

Browse files
jsturtevantdanbugs
andauthored
Update src/hyperlight_guest/src/exit.rs
Co-authored-by: Dan Chiarlone <[email protected]> Signed-off-by: James Sturtevant <[email protected]>
1 parent 4230484 commit 4844ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_guest/src/exit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub unsafe fn abort_with_code_and_message(code: &[u8], message_ptr: *const c_cha
6868
}
6969

7070
/// This function exists to give the guest more manual control
71-
/// over the abort sequence. For example, in the panic handler,
71+
/// over the abort sequence. For example, in `hyperlight_guest_bin`'s panic handler,
7272
/// we have a message of unknown length that we want to stream
7373
/// to the host, which requires sending the message in chunks
7474
pub fn write_abort(code: &[u8]) {

0 commit comments

Comments
 (0)