浏览代码

fixed a typo

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.)