s/sytem/system in comments, no functional changes.
Reviewed by: alfred@
This commit is contained in:
parent
f10d20060e
commit
05844c563e
@ -257,7 +257,7 @@ amd64_syscall_entry(struct trussinfo *trussinfo, int nargs) {
|
||||
* And when the system call is done, we handle it here.
|
||||
* Currently, no attempt is made to ensure that the system calls
|
||||
* match -- this needs to be fixed (and is, in fact, why S_SCX includes
|
||||
* the sytem call number instead of, say, an error status).
|
||||
* the system call number instead of, say, an error status).
|
||||
*/
|
||||
|
||||
long
|
||||
|
@ -260,7 +260,7 @@ amd64_fbsd32_syscall_entry(struct trussinfo *trussinfo, int nargs) {
|
||||
* And when the system call is done, we handle it here.
|
||||
* Currently, no attempt is made to ensure that the system calls
|
||||
* match -- this needs to be fixed (and is, in fact, why S_SCX includes
|
||||
* the sytem call number instead of, say, an error status).
|
||||
* the system call number instead of, say, an error status).
|
||||
*/
|
||||
|
||||
long
|
||||
|
@ -250,7 +250,7 @@ i386_syscall_entry(struct trussinfo *trussinfo, int nargs) {
|
||||
* And when the system call is done, we handle it here.
|
||||
* Currently, no attempt is made to ensure that the system calls
|
||||
* match -- this needs to be fixed (and is, in fact, why S_SCX includes
|
||||
* the sytem call number instead of, say, an error status).
|
||||
* the system call number instead of, say, an error status).
|
||||
*/
|
||||
|
||||
long
|
||||
|
@ -231,7 +231,7 @@ ia64_syscall_entry(struct trussinfo *trussinfo, int nargs) {
|
||||
* And when the system call is done, we handle it here.
|
||||
* Currently, no attempt is made to ensure that the system calls
|
||||
* match -- this needs to be fixed (and is, in fact, why S_SCX includes
|
||||
* the sytem call number instead of, say, an error status).
|
||||
* the system call number instead of, say, an error status).
|
||||
*/
|
||||
|
||||
long
|
||||
|
@ -276,7 +276,7 @@ mips_syscall_entry(struct trussinfo *trussinfo, int nargs) {
|
||||
* And when the system call is done, we handle it here.
|
||||
* Currently, no attempt is made to ensure that the system calls
|
||||
* match -- this needs to be fixed (and is, in fact, why S_SCX includes
|
||||
* the sytem call number instead of, say, an error status).
|
||||
* the system call number instead of, say, an error status).
|
||||
*/
|
||||
|
||||
long
|
||||
|
@ -262,7 +262,7 @@ powerpc_syscall_entry(struct trussinfo *trussinfo, int nargs) {
|
||||
* And when the system call is done, we handle it here.
|
||||
* Currently, no attempt is made to ensure that the system calls
|
||||
* match -- this needs to be fixed (and is, in fact, why S_SCX includes
|
||||
* the sytem call number instead of, say, an error status).
|
||||
* the system call number instead of, say, an error status).
|
||||
*/
|
||||
|
||||
long
|
||||
|
@ -250,7 +250,7 @@ powerpc64_syscall_entry(struct trussinfo *trussinfo, int nargs) {
|
||||
* And when the system call is done, we handle it here.
|
||||
* Currently, no attempt is made to ensure that the system calls
|
||||
* match -- this needs to be fixed (and is, in fact, why S_SCX includes
|
||||
* the sytem call number instead of, say, an error status).
|
||||
* the system call number instead of, say, an error status).
|
||||
*/
|
||||
|
||||
long
|
||||
|
@ -274,7 +274,7 @@ sparc64_syscall_entry(struct trussinfo *trussinfo, int nargs) {
|
||||
* And when the system call is done, we handle it here.
|
||||
* Currently, no attempt is made to ensure that the system calls
|
||||
* match -- this needs to be fixed (and is, in fact, why S_SCX includes
|
||||
* the sytem call number instead of, say, an error status).
|
||||
* the system call number instead of, say, an error status).
|
||||
*/
|
||||
|
||||
long
|
||||
|
Loading…
x
Reference in New Issue
Block a user