Skip to content

Commit 959a381

Browse files
committed
Fix typo
Signed-off-by: Simon Davies <[email protected]>
1 parent f3245e9 commit 959a381

File tree

1 file changed

+1
-1
lines changed
  • src/hyperlight_guest_tracing/src

1 file changed

+1
-1
lines changed

src/hyperlight_guest_tracing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ mod trace {
326326
// Flush the buffer
327327
buffer.flush();
328328

329-
// After flushing, the entryes should still be intact, we don't clear them
329+
// After flushing, the entries should still be intact, we don't clear them
330330
assert_eq!(buffer.write_index, 0);
331331
assert_eq!(buffer.entries[0].msg_len, msg.len());
332332
assert_eq!(&buffer.entries[0].msg[..msg.len()], msg.as_bytes());

0 commit comments

Comments
 (0)