Carl Factora преди 9 години
родител
ревизия
7d62378b54
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -4835,7 +4835,7 @@ kinds of AST nodes: \code{function-ref}, \code{indirect-callq}, and
 \code{leaq}. Inside \code{uncover-live}, when computing the $W$ set
 (written variables) for an \code{indirect-callq} instruction, I
 recommend including all the caller save registers, which will have the
-affect of making sure that no caller save register actually need to be
+affect of making sure that no caller save register actually needs to be
 saved. In \code{patch-instructions}, you should deal with the x86
 idiosyncrasy that the destination argument of \code{leaq} must be a
 register.