Explorar o código

need -> needs

Carl Factora %!s(int64=9) %!d(string=hai) anos
pai
achega
7d62378b54
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.