]> Devi Nivas Git - cs3210-lab0.git/commitdiff
thanks wxdao
authorFrans Kaashoek <kaashoek@mit.edu>
Thu, 30 Aug 2018 17:48:47 +0000 (13:48 -0400)
committerFrans Kaashoek <kaashoek@mit.edu>
Thu, 30 Aug 2018 17:48:47 +0000 (13:48 -0400)
swtch.S

diff --git a/swtch.S b/swtch.S
index de612bdef672ce0c0a7ceff141f3b299c58f4012..63a7dcc903ff1c6f56d2cf77076ca590594d4dfe 100644 (file)
--- a/swtch.S
+++ b/swtch.S
@@ -11,7 +11,7 @@ swtch:
   movl 4(%esp), %eax
   movl 8(%esp), %edx
 
-  # Save old callee-save registers
+  # Save old callee-saved registers
   pushl %ebp
   pushl %ebx
   pushl %esi
@@ -21,7 +21,7 @@ swtch:
   movl %esp, (%eax)
   movl %edx, %esp
 
-  # Load new callee-save registers
+  # Load new callee-saved registers
   popl %edi
   popl %esi
   popl %ebx