From owner-svn-src-head@FreeBSD.ORG Wed Oct 13 20:08:03 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E5121065670; Wed, 13 Oct 2010 20:08:03 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4C1818FC1B; Wed, 13 Oct 2010 20:08:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9DK83HO098738; Wed, 13 Oct 2010 20:08:03 GMT (envelope-from bcr@svn.freebsd.org) Received: (from bcr@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9DK839r098729; Wed, 13 Oct 2010 20:08:03 GMT (envelope-from bcr@svn.freebsd.org) Message-Id: <201010132008.o9DK839r098729@svn.freebsd.org> From: Benedict Reuschling Date: Wed, 13 Oct 2010 20:08:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r213799 - head/usr.bin/truss X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2010 20:08:03 -0000 Author: bcr (doc committer) Date: Wed Oct 13 20:08:02 2010 New Revision: 213799 URL: http://svn.freebsd.org/changeset/base/213799 Log: s/sytem/system in comments, no functional changes. Reviewed by: alfred@ Modified: head/usr.bin/truss/amd64-fbsd.c head/usr.bin/truss/amd64-fbsd32.c head/usr.bin/truss/i386-fbsd.c head/usr.bin/truss/ia64-fbsd.c head/usr.bin/truss/mips-fbsd.c head/usr.bin/truss/powerpc-fbsd.c head/usr.bin/truss/powerpc64-fbsd.c head/usr.bin/truss/sparc64-fbsd.c Modified: head/usr.bin/truss/amd64-fbsd.c ============================================================================== --- head/usr.bin/truss/amd64-fbsd.c Wed Oct 13 18:23:43 2010 (r213798) +++ head/usr.bin/truss/amd64-fbsd.c Wed Oct 13 20:08:02 2010 (r213799) @@ -257,7 +257,7 @@ amd64_syscall_entry(struct trussinfo *tr * 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 Modified: head/usr.bin/truss/amd64-fbsd32.c ============================================================================== --- head/usr.bin/truss/amd64-fbsd32.c Wed Oct 13 18:23:43 2010 (r213798) +++ head/usr.bin/truss/amd64-fbsd32.c Wed Oct 13 20:08:02 2010 (r213799) @@ -260,7 +260,7 @@ amd64_fbsd32_syscall_entry(struct trussi * 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 Modified: head/usr.bin/truss/i386-fbsd.c ============================================================================== --- head/usr.bin/truss/i386-fbsd.c Wed Oct 13 18:23:43 2010 (r213798) +++ head/usr.bin/truss/i386-fbsd.c Wed Oct 13 20:08:02 2010 (r213799) @@ -250,7 +250,7 @@ i386_syscall_entry(struct trussinfo *tru * 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 Modified: head/usr.bin/truss/ia64-fbsd.c ============================================================================== --- head/usr.bin/truss/ia64-fbsd.c Wed Oct 13 18:23:43 2010 (r213798) +++ head/usr.bin/truss/ia64-fbsd.c Wed Oct 13 20:08:02 2010 (r213799) @@ -231,7 +231,7 @@ ia64_syscall_entry(struct trussinfo *tru * 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 Modified: head/usr.bin/truss/mips-fbsd.c ============================================================================== --- head/usr.bin/truss/mips-fbsd.c Wed Oct 13 18:23:43 2010 (r213798) +++ head/usr.bin/truss/mips-fbsd.c Wed Oct 13 20:08:02 2010 (r213799) @@ -276,7 +276,7 @@ mips_syscall_entry(struct trussinfo *tru * 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 Modified: head/usr.bin/truss/powerpc-fbsd.c ============================================================================== --- head/usr.bin/truss/powerpc-fbsd.c Wed Oct 13 18:23:43 2010 (r213798) +++ head/usr.bin/truss/powerpc-fbsd.c Wed Oct 13 20:08:02 2010 (r213799) @@ -262,7 +262,7 @@ powerpc_syscall_entry(struct trussinfo * * 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 Modified: head/usr.bin/truss/powerpc64-fbsd.c ============================================================================== --- head/usr.bin/truss/powerpc64-fbsd.c Wed Oct 13 18:23:43 2010 (r213798) +++ head/usr.bin/truss/powerpc64-fbsd.c Wed Oct 13 20:08:02 2010 (r213799) @@ -250,7 +250,7 @@ powerpc64_syscall_entry(struct trussinfo * 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 Modified: head/usr.bin/truss/sparc64-fbsd.c ============================================================================== --- head/usr.bin/truss/sparc64-fbsd.c Wed Oct 13 18:23:43 2010 (r213798) +++ head/usr.bin/truss/sparc64-fbsd.c Wed Oct 13 20:08:02 2010 (r213799) @@ -274,7 +274,7 @@ sparc64_syscall_entry(struct trussinfo * * 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