Skip to content

Commit 89d21ab

Browse files
committed
tighten comment
1 parent 769bcd2 commit 89d21ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/pinocchio/src/sysvars/slot_hashes/test_raw.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ fn test_fetch_into_host_stub() {
160160
#[cfg(test)]
161161
#[test]
162162
fn test_fetch_into_offset_avoids_incorrect_entry_count() {
163-
// The core issue: when fetch_into is called with offset != 0, the first
164-
// 8 bytes of the buffer contains header data, NOT entry data.
163+
// When fetch_into is called with offset != 0, the first
164+
// 8 bytes of the buffer contains header data, not entry data.
165165
let mut buffer = std::vec![0u8; 3 * ENTRY_SIZE];
166166

167167
// Call fetch_into with offset 8 (skipping the 8-byte header)

0 commit comments

Comments
 (0)