From owner-svn-src-head@freebsd.org Fri Sep 9 16:18:45 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AA0BBD2756; Fri, 9 Sep 2016 16:18:45 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AA3E108; Fri, 9 Sep 2016 16:18:44 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u89GIi50059375; Fri, 9 Sep 2016 16:18:44 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u89GIiUV059374; Fri, 9 Sep 2016 16:18:44 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201609091618.u89GIiUV059374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 9 Sep 2016 16:18:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r305666 - head/lib/libc/sys X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 09 Sep 2016 16:18:45 -0000 Author: brooks Date: Fri Sep 9 16:18:44 2016 New Revision: 305666 URL: https://svnweb.freebsd.org/changeset/base/305666 Log: Fix spelling in comment. Submitted by: brueffer Modified: head/lib/libc/sys/Makefile.inc Modified: head/lib/libc/sys/Makefile.inc ============================================================================== --- head/lib/libc/sys/Makefile.inc Fri Sep 9 15:53:42 2016 (r305665) +++ head/lib/libc/sys/Makefile.inc Fri Sep 9 16:18:44 2016 (r305666) @@ -14,8 +14,8 @@ # NOASM will prevent the default syscall code from being generated. # PSEUDO generates _() and __sys_() symbols, but not (). # -# While historically machine dependent, all archictures have the following -# declerations in common: +# While historically machine dependent, all architectures have the following +# declarations in common: # NOASM= break.o \ exit.o \