Jatins typo fix part 1

Co-authored-by: Jatin Bhateja <jatinbha.cloud@gmail.com>
This commit is contained in:
Emanuel Peter 2026-01-28 11:47:58 +01:00 committed by GitHub
parent 0d585b18f6
commit e5f09691f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -677,7 +677,7 @@ public class VectorAlgorithmsImpl {
}
// X4: ints simulate 4-byte oops.
// oops: if non-zero (= non-null), every entry simpulates a 4-byte oop, pointing into mem.
// oops: if non-zero (= non-null), every entry simulates a 4-byte oop, pointing into mem.
// mem: an int array that simulates the memory.
//
// Task: Find all non-null oops, and dereference them, get the relevant field.