From owner-svn-src-all@FreeBSD.ORG Wed Apr 17 11:56:12 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E6D41464; Wed, 17 Apr 2013 11:56:12 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D83D324B; Wed, 17 Apr 2013 11:56:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3HBuC6O082057; Wed, 17 Apr 2013 11:56:12 GMT (envelope-from gabor@svn.freebsd.org) Received: (from gabor@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3HBuB6F082046; Wed, 17 Apr 2013 11:56:11 GMT (envelope-from gabor@svn.freebsd.org) Message-Id: <201304171156.r3HBuB6F082046@svn.freebsd.org> From: Gabor Kovesdan Date: Wed, 17 Apr 2013 11:56:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r249588 - in head: share/i18n/csmapper/KAZAKH sys/amd64/include/xen sys/dev/xen/netback sys/fs/msdosfs sys/i386/isa X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 11:56:13 -0000 Author: gabor Date: Wed Apr 17 11:56:11 2013 New Revision: 249588 URL: http://svnweb.freebsd.org/changeset/base/249588 Log: - Correct spelling in comments Submitted by: Christoph Mallon (via private mail) Modified: head/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src head/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src head/sys/amd64/include/xen/xen-os.h head/sys/dev/xen/netback/netback.c head/sys/fs/msdosfs/msdosfs_conv.c head/sys/i386/isa/spic.c Modified: head/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src ============================================================================== --- head/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src Wed Apr 17 11:48:46 2013 (r249587) +++ head/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src Wed Apr 17 11:56:11 2013 (r249588) @@ -22,7 +22,7 @@ BEGIN_MAP # Suitability for use in MIME text: # Yes # Published specification(s): -# The official Standard STRK1048-2002 was created by the Committee of standartization of +# The official Standard STRK1048-2002 was created by the Committee of standardization of # Ministry of economy and trade of Kazakhstan Republic and was published in print by the # Kazakhstan Standard Committee, Astana, February 7, 2002 # Modified: head/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src ============================================================================== --- head/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src Wed Apr 17 11:48:46 2013 (r249587) +++ head/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src Wed Apr 17 11:56:11 2013 (r249588) @@ -22,7 +22,7 @@ BEGIN_MAP # Suitability for use in MIME text: # Yes # Published specification(s): -# The official Standard STRK1048-2002 was created by the Committee of standartization of +# The official Standard STRK1048-2002 was created by the Committee of standardization of # Ministry of economy and trade of Kazakhstan Republic and was published in print by the # Kazakhstan Standard Committee, Astana, February 7, 2002 # Modified: head/sys/amd64/include/xen/xen-os.h ============================================================================== --- head/sys/amd64/include/xen/xen-os.h Wed Apr 17 11:48:46 2013 (r249587) +++ head/sys/amd64/include/xen/xen-os.h Wed Apr 17 11:56:11 2013 (r249588) @@ -2,6 +2,8 @@ * os.h * * random collection of macros and definition + * + * $FreeBSD$ */ #ifndef _XEN_OS_H_ @@ -57,7 +59,7 @@ void trap_init(void); /* * STI/CLI equivalents. These basically set and clear the virtual - * event_enable flag in teh shared_info structure. Note that when + * event_enable flag in the shared_info structure. Note that when * the enable bit is set, there may be pending events to be handled. * We may therefore call into do_hypervisor_callback() directly. */ Modified: head/sys/dev/xen/netback/netback.c ============================================================================== --- head/sys/dev/xen/netback/netback.c Wed Apr 17 11:48:46 2013 (r249587) +++ head/sys/dev/xen/netback/netback.c Wed Apr 17 11:56:11 2013 (r249588) @@ -1811,7 +1811,7 @@ xnb_recv(netif_tx_back_ring_t *txb, domi if (num_consumed == 0) return 0; /* Nothing to receive */ - /* update statistics indepdent of errors */ + /* update statistics independent of errors */ ifnet->if_ipackets++; /* Modified: head/sys/fs/msdosfs/msdosfs_conv.c ============================================================================== --- head/sys/fs/msdosfs/msdosfs_conv.c Wed Apr 17 11:48:46 2013 (r249587) +++ head/sys/fs/msdosfs/msdosfs_conv.c Wed Apr 17 11:56:11 2013 (r249588) @@ -788,7 +788,7 @@ winLenFixup(un, unlen) } /* - * Store an area with multi byte string instr, and reterns left + * Store an area with multi byte string instr, and returns left * byte of instr and moves pointer forward. The area's size is * inlen or outlen. */ Modified: head/sys/i386/isa/spic.c ============================================================================== --- head/sys/i386/isa/spic.c Wed Apr 17 11:48:46 2013 (r249587) +++ head/sys/i386/isa/spic.c Wed Apr 17 11:56:11 2013 (r249588) @@ -41,7 +41,7 @@ * It sends a single character per event: * u = up, d = down -- that's the jog button * l = left, r = right -- that's the dial. - * "left" and "right" are rather caprecious. They actually represent + * "left" and "right" are rather capricious. They actually represent * ccw and cw, respectively * * What documentation exists is thanks to Andrew Tridge, and his page at