From 15586ff554900d37aa33dd6f4b41281a0dd3ca18 Mon Sep 17 00:00:00 2001 From: John Winans Date: Sun, 6 May 2018 18:52:01 -0500 Subject: [PATCH] misspelled function --- book/rv32/chapter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/rv32/chapter.tex b/book/rv32/chapter.tex index 20ddcac..8c7f6f5 100644 --- a/book/rv32/chapter.tex +++ b/book/rv32/chapter.tex @@ -478,7 +478,7 @@ The idea being that accessing memory is time-consuming and that by classifying some registers as ``temporary'' (not saved by any function that alter its contents) it is possible to carefully implement a function with less need to store register values on the stack in order to use them -to perform the operations of the fuction. +to perform the operations of the function. The lack of grouping the temporary and saved registers is due to the fact that the C extension %See \autoref{rv32:c}