Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2012 22:00:03 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r240521 - in head/sys: cam/scsi dev/isci/scil dev/xen/netback libkern net80211
Message-ID:  <201209142200.q8EM03Yk017472@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Fri Sep 14 22:00:03 2012
New Revision: 240521
URL: http://svn.freebsd.org/changeset/base/240521

Log:
  s/ is is / is /g
  s/ a a / a /g
  
  Approved by:	cperciva
  MFC after:	3 days

Modified:
  head/sys/cam/scsi/scsi_enc.c
  head/sys/dev/isci/scil/scic_sds_remote_device.h
  head/sys/dev/xen/netback/netback_unit_tests.c
  head/sys/libkern/jenkins_hash.c
  head/sys/net80211/ieee80211_mesh.c

Modified: head/sys/cam/scsi/scsi_enc.c
==============================================================================
--- head/sys/cam/scsi/scsi_enc.c	Fri Sep 14 21:59:55 2012	(r240520)
+++ head/sys/cam/scsi/scsi_enc.c	Fri Sep 14 22:00:03 2012	(r240521)
@@ -627,7 +627,7 @@ enc_log(struct enc_softc *enc, const cha
 /*
  * Is this a device that supports enclosure services?
  *
- * It's a a pretty simple ruleset- if it is device type
+ * It's a pretty simple ruleset- if it is device type
  * 0x0D (13), it's an ENCLOSURE device.
  */
 

Modified: head/sys/dev/isci/scil/scic_sds_remote_device.h
==============================================================================
--- head/sys/dev/isci/scil/scic_sds_remote_device.h	Fri Sep 14 21:59:55 2012	(r240520)
+++ head/sys/dev/isci/scil/scic_sds_remote_device.h	Fri Sep 14 22:00:03 2012	(r240521)
@@ -121,7 +121,7 @@ enum SCIC_SDS_STP_REMOTE_DEVICE_READY_SU
 {
    /**
     * This is the idle substate for the stp remote device.  When there are no
-    * active IO for the device it is is in this state.
+    * active IO for the device it is in this state.
     */
    SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_IDLE,
 

Modified: head/sys/dev/xen/netback/netback_unit_tests.c
==============================================================================
--- head/sys/dev/xen/netback/netback_unit_tests.c	Fri Sep 14 21:59:55 2012	(r240520)
+++ head/sys/dev/xen/netback/netback_unit_tests.c	Fri Sep 14 22:00:03 2012	(r240521)
@@ -1478,7 +1478,7 @@ xnb_mbufc2pkt_1cluster(char *buffer, siz
 	safe_m_freem(&mbuf);
 }
 
-/** xnb_mbufc2pkt on a a two-mbuf chain with short data regions */
+/** xnb_mbufc2pkt on a two-mbuf chain with short data regions */
 static void
 xnb_mbufc2pkt_2short(char *buffer, size_t buflen) {
 	struct xnb_pkt pkt;
@@ -1521,7 +1521,7 @@ xnb_mbufc2pkt_2short(char *buffer, size_
 	safe_m_freem(&mbufc2);
 }
 
-/** xnb_mbufc2pkt on a a mbuf chain with >1 mbuf cluster */
+/** xnb_mbufc2pkt on a mbuf chain with >1 mbuf cluster */
 static void
 xnb_mbufc2pkt_long(char *buffer, size_t buflen) {
 	struct xnb_pkt pkt;
@@ -1560,7 +1560,7 @@ xnb_mbufc2pkt_long(char *buffer, size_t 
 	safe_m_freem(&mbufc);
 }
 
-/** xnb_mbufc2pkt on a a mbuf chain with >1 mbuf cluster and extra info */
+/** xnb_mbufc2pkt on a mbuf chain with >1 mbuf cluster and extra info */
 static void
 xnb_mbufc2pkt_extra(char *buffer, size_t buflen) {
 	struct xnb_pkt pkt;

Modified: head/sys/libkern/jenkins_hash.c
==============================================================================
--- head/sys/libkern/jenkins_hash.c	Fri Sep 14 21:59:55 2012	(r240520)
+++ head/sys/libkern/jenkins_hash.c	Fri Sep 14 22:00:03 2012	(r240521)
@@ -17,7 +17,7 @@ if SELF_TEST is defined.  You can use th
 the public domain.  It has no warranty.
 
 You probably want to use hashlittle().  hashlittle() and hashbig()
-hash byte arrays.  hashlittle() is is faster than hashbig() on
+hash byte arrays.  hashlittle() is faster than hashbig() on
 little-endian machines.  Intel and AMD are little-endian machines.
 On second thought, you probably want hashlittle2(), which is identical to
 hashlittle() except it returns two 32-bit hashes for the price of one.  

Modified: head/sys/net80211/ieee80211_mesh.c
==============================================================================
--- head/sys/net80211/ieee80211_mesh.c	Fri Sep 14 21:59:55 2012	(r240520)
+++ head/sys/net80211/ieee80211_mesh.c	Fri Sep 14 22:00:03 2012	(r240521)
@@ -1178,7 +1178,7 @@ mesh_recv_indiv_data_to_fwrd(struct ieee
 
 /*
  * Verifies transmitter, updates lifetime, precursor list and process data
- * locally, if data is is proxy with AE = 10 it could mean data should go
+ * locally, if data is proxy with AE = 10 it could mean data should go
  * on another mesh path or data should be forwarded to the DS.
  *
  * > 0 means we have forwarded data and no need to process locally



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209142200.q8EM03Yk017472>