Jeremy Siek 7 роки тому
батько
коміт
79049de162
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -4366,7 +4366,7 @@ size of 50 elements, so we just need 50 bits for the pointer mask. The
 tag also contains two other pieces of information. The length of the
 tuple (number of elements) is stored in bits location 1 through
 6. Finally, the bit at location 0 indicates whether the tuple has yet
-to be copied to the FromSpace.  If the bit has value 1, then this
+to be copied to the ToSpace.  If the bit has value 1, then this
 tuple has not yet been copied.  If the bit has value 0 then the entire
 tag is in fact a forwarding pointer. (The lower 3 bits of an pointer
 are always zero anyways because our tuples are 8-byte aligned.)