We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3245e9 commit 959a381Copy full SHA for 959a381
src/hyperlight_guest_tracing/src/lib.rs
@@ -326,7 +326,7 @@ mod trace {
326
// Flush the buffer
327
buffer.flush();
328
329
- // After flushing, the entryes should still be intact, we don't clear them
+ // After flushing, the entries should still be intact, we don't clear them
330
assert_eq!(buffer.write_index, 0);
331
assert_eq!(buffer.entries[0].msg_len, msg.len());
332
assert_eq!(&buffer.entries[0].msg[..msg.len()], msg.as_bytes());
0 commit comments