s/sytem/system in comments, no functional changes.

Reviewed by:    alfred@
This commit is contained in:
Benedict Reuschling 2010-10-13 20:08:02 +00:00
parent f10d20060e
commit 05844c563e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213799
8 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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