From owner-svn-src-all@FreeBSD.ORG Thu Mar 29 02:47:02 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45E591065675; Thu, 29 Mar 2012 02:47:02 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2F3F58FC1B; Thu, 29 Mar 2012 02:47:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q2T2l2GA072104; Thu, 29 Mar 2012 02:47:02 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q2T2l1ZD072097; Thu, 29 Mar 2012 02:47:01 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201203290247.q2T2l1ZD072097@svn.freebsd.org> From: Eitan Adler Date: Thu, 29 Mar 2012 02:47:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r233643 - in stable/7: sys/cam/scsi sys/fs/devfs sys/netinet usr.sbin/pmcstat X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 29 Mar 2012 02:47:02 -0000 Author: eadler Date: Thu Mar 29 02:47:01 2012 New Revision: 233643 URL: http://svn.freebsd.org/changeset/base/233643 Log: MFC r227489: - fix duplicate "a a" in some comments Approved by: cperciva (implicit) Modified: stable/7/sys/cam/scsi/scsi_ch.h stable/7/sys/cam/scsi/scsi_ses.c stable/7/sys/fs/devfs/devfs_rule.c stable/7/sys/netinet/sctp_structs.h stable/7/usr.sbin/pmcstat/pmcstat.c Directory Properties: stable/7/sys/ (props changed) stable/7/usr.sbin/pmcstat/ (props changed) Modified: stable/7/sys/cam/scsi/scsi_ch.h ============================================================================== --- stable/7/sys/cam/scsi/scsi_ch.h Thu Mar 29 02:46:43 2012 (r233642) +++ stable/7/sys/cam/scsi/scsi_ch.h Thu Mar 29 02:47:01 2012 (r233643) @@ -363,7 +363,7 @@ struct page_device_capabilities { * Some of these fields can be a little confusing, so an explanation * is in order. * - * Each component within a a medium changer apparatus is called an + * Each component within a medium changer apparatus is called an * "element". * * The "medium transport element address" is the address of the first Modified: stable/7/sys/cam/scsi/scsi_ses.c ============================================================================== --- stable/7/sys/cam/scsi/scsi_ses.c Thu Mar 29 02:46:43 2012 (r233642) +++ stable/7/sys/cam/scsi/scsi_ses.c Thu Mar 29 02:47:01 2012 (r233643) @@ -713,7 +713,7 @@ ses_log(struct ses_softc *ssc, const cha /* * Is this a device that supports enclosure services? * - * It's a a pretty simple ruleset- if it is device type 0x0D (13), it's + * It's a pretty simple ruleset- if it is device type 0x0D (13), it's * an SES device. If it happens to be an old UNISYS SEN device, we can * handle that too. */ Modified: stable/7/sys/fs/devfs/devfs_rule.c ============================================================================== --- stable/7/sys/fs/devfs/devfs_rule.c Thu Mar 29 02:46:43 2012 (r233642) +++ stable/7/sys/fs/devfs/devfs_rule.c Thu Mar 29 02:47:01 2012 (r233643) @@ -616,7 +616,7 @@ devfs_rule_run(struct devfs_krule *dk, s * XXX: not work as this is called when devices are created * XXX: long time after the rules were instantiated. * XXX: a printf() would probably give too much noise, or - * XXX: DoS the machine. I guess a a rate-limited message + * XXX: DoS the machine. I guess a rate-limited message * XXX: might work. */ if (depth > 0) { Modified: stable/7/sys/netinet/sctp_structs.h ============================================================================== --- stable/7/sys/netinet/sctp_structs.h Thu Mar 29 02:46:43 2012 (r233642) +++ stable/7/sys/netinet/sctp_structs.h Thu Mar 29 02:47:01 2012 (r233643) @@ -330,7 +330,7 @@ TAILQ_HEAD(sctpchunk_listhead, sctp_tmit #define CHUNK_FLAGS_PR_SCTP_BUF SCTP_PR_SCTP_BUF #define CHUNK_FLAGS_PR_SCTP_RTX SCTP_PR_SCTP_RTX -/* The upper byte is used a a bit mask */ +/* The upper byte is used as a bit mask */ #define CHUNK_FLAGS_FRAGMENT_OK 0x0100 struct chk_id { Modified: stable/7/usr.sbin/pmcstat/pmcstat.c ============================================================================== --- stable/7/usr.sbin/pmcstat/pmcstat.c Thu Mar 29 02:46:43 2012 (r233642) +++ stable/7/usr.sbin/pmcstat/pmcstat.c Thu Mar 29 02:47:01 2012 (r233643) @@ -1023,7 +1023,7 @@ main(int argc, char **argv) /* * Check if "-k kerneldir" was specified, and if whether - * 'kerneldir' actually refers to a a file. If so, use + * 'kerneldir' actually refers to a file. If so, use * `dirname path` to determine the kernel directory. */ if (args.pa_flags & FLAG_HAS_KERNELPATH) {