mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
Fix typos in comments
This commit is contained in:
committed by
Gregory Nutt
parent
6eae882cbe
commit
15b78abccf
@@ -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 */
|
||||
/* ); */
|
||||
}
|
||||
|
||||
@@ -118,7 +118,7 @@ static void dispatch_syscall(void) naked_function;
|
||||
|
||||
/* Call the stub */
|
||||
|
||||
/* Restore regsisters */
|
||||
/* Restore registers */
|
||||
|
||||
/* Return from the syscall */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user