Fix typos in comments

This commit is contained in:
Juha Niskanen
2020-02-14 08:50:45 -06:00
committed by Gregory Nutt
parent 6eae882cbe
commit 15b78abccf
61 changed files with 81 additions and 99 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ static void dispatch_syscall(void)
/* Get the offset of the stub for this syscall */
/* Load the entry of the stub for this syscall */
/* Call the stub */
/* Restore regsisters */
/* Restore registers */
/* Return from the syscall */
/* ); */
}
+1 -1
View File
@@ -118,7 +118,7 @@ static void dispatch_syscall(void) naked_function;
/* Call the stub */
/* Restore regsisters */
/* Restore registers */
/* Return from the syscall */
}