[PATCH] 2.5.63-current Yet more spelling fixes from spell-fix.pl

From: Steven Cole (elenstev@mesatop.com)
Date: Mon Mar 03 2003 - 13:14:53 EST


This patch contains fixes generated by the automatic spell checking and
correcting scripts written by Dan Kegel and Matthias Schniedermeyer.
Those scripts are available here: http://www.kegel.com/kerspell/

This patch fixes five words from lines 12-15 of spell-fix.txt,
plus an additional fix found whilst inspecting the patch.

Steven

adddress -> address
addresss -> address
Adress -> Address
Agressive -> Aggressive
agressively -> aggressively
apropriate -> appropriate

 drivers/acpi/tables/tbgetall.c | 2 +-
 drivers/net/e1000/e1000_hw.c | 2 +-
 drivers/net/e1000/e1000_main.c | 2 +-
 drivers/net/rclanmtl.c | 20 ++++++++++----------
 drivers/scsi/aic7xxx/aic79xx_core.c | 2 +-
 drivers/scsi/aic7xxx/aic79xx_osm.c | 2 +-
 drivers/scsi/aic7xxx/aic7xxx_osm.c | 2 +-
 drivers/scsi/i60uscsi.c | 2 +-
 drivers/scsi/ncr53c8xx.c | 2 +-
 drivers/scsi/sym53c8xx.c | 2 +-
 drivers/scsi/sym53c8xx_2/sym_fw1.h | 4 ++--
 drivers/scsi/sym53c8xx_2/sym_fw2.h | 4 ++--
 fs/freevxfs/vxfs_immed.c | 2 +-
 include/asm-arm/arch-pxa/pxa-regs.h | 2 +-
 include/asm-m68knommu/m5249sim.h | 4 ++--
 include/asm-m68knommu/m5307sim.h | 12 ++++++------
 include/asm-m68knommu/m5407sim.h | 12 ++++++------
 include/net/sctp/user.h | 8 ++++----
 net/ipv6/ndisc.c | 2 +-
 net/ipv6/udp.c | 2 +-
 net/sctp/protocol.c | 2 +-
 21 files changed, 46 insertions(+), 46 deletions(-)

diff -ur 2.5-current/drivers/acpi/tables/tbgetall.c linux/drivers/acpi/tables/tbgetall.c
--- 2.5-current/drivers/acpi/tables/tbgetall.c Mon Mar 3 10:42:05 2003
+++ linux/drivers/acpi/tables/tbgetall.c Mon Mar 3 10:45:02 2003
@@ -228,7 +228,7 @@
          * any SSDTs.
          */
         for (i = 0; i < acpi_gbl_rsdt_table_count; i++) {
- /* Get the table addresss from the common internal XSDT */
+ /* Get the table address from the common internal XSDT */
 
                 address.pointer.value = acpi_gbl_XSDT->table_offset_entry[i];
 
diff -ur 2.5-current/drivers/net/e1000/e1000_hw.c linux/drivers/net/e1000/e1000_hw.c
--- 2.5-current/drivers/net/e1000/e1000_hw.c Mon Mar 3 10:42:10 2003
+++ linux/drivers/net/e1000/e1000_hw.c Mon Mar 3 10:45:04 2003
@@ -2793,7 +2793,7 @@
  * hw - Struct containing variables accessed by shared code
  *
  * Places the MAC address in receive address register 0 and clears the rest
- * of the receive addresss registers. Clears the multicast table. Assumes
+ * of the receive address registers. Clears the multicast table. Assumes
  * the receiver is in reset when the routine is called.
  *****************************************************************************/
 void
diff -ur 2.5-current/drivers/net/e1000/e1000_main.c linux/drivers/net/e1000/e1000_main.c
--- 2.5-current/drivers/net/e1000/e1000_main.c Mon Mar 3 10:41:51 2003
+++ linux/drivers/net/e1000/e1000_main.c Mon Mar 3 10:45:03 2003
@@ -1185,7 +1185,7 @@
                 e1000_enter_82542_rst(adapter);
 
         /* load the first 15 multicast address into the exact filters 1-15
- * RAR 0 is used for the station MAC adddress
+ * RAR 0 is used for the station MAC address
          * if there are not 15 addresses, go ahead and clear the filters
          */
         mc_ptr = netdev->mc_list;
diff -ur 2.5-current/drivers/net/rclanmtl.c linux/drivers/net/rclanmtl.c
--- 2.5-current/drivers/net/rclanmtl.c Mon Mar 3 10:42:02 2003
+++ linux/drivers/net/rclanmtl.c Mon Mar 3 10:45:05 2003
@@ -818,7 +818,7 @@
         p_atu->EtherMacLow = 0; /* first zero return data */
         p_atu->EtherMacHi = 0;
 
- off = p_atu->InQueue; /* get addresss of message */
+ off = p_atu->InQueue; /* get address of message */
 
         if (0xFFFFFFFF == off)
                 return RC_RTN_FREE_Q_EMPTY;
@@ -880,7 +880,7 @@
         if (pPab == NULL)
                 return RC_RTN_ADPTR_NOT_REGISTERED;
 
- off = pPab->p_atu->InQueue; /* get addresss of message */
+ off = pPab->p_atu->InQueue; /* get address of message */
 
         if (0xFFFFFFFF == off)
                 return RC_RTN_FREE_Q_EMPTY;
@@ -925,7 +925,7 @@
         if (pPab == NULL)
                 return RC_RTN_ADPTR_NOT_REGISTERED;
 
- off = pPab->p_atu->InQueue; /* get addresss of message */
+ off = pPab->p_atu->InQueue; /* get address of message */
 
         if (0xFFFFFFFF == off)
                 return RC_RTN_FREE_Q_EMPTY;
@@ -965,7 +965,7 @@
         if (pPab == NULL)
                 return RC_RTN_ADPTR_NOT_REGISTERED;
 
- off = pPab->p_atu->InQueue; /* get addresss of message */
+ off = pPab->p_atu->InQueue; /* get address of message */
 
         if (0xFFFFFFFF == off)
                 return RC_RTN_FREE_Q_EMPTY;
@@ -1079,7 +1079,7 @@
         if (pPab == NULL)
                 return RC_RTN_ADPTR_NOT_REGISTERED;
 
- off = pPab->p_atu->InQueue; /* get addresss of message */
+ off = pPab->p_atu->InQueue; /* get address of message */
 
         if (0xFFFFFFFF == off)
                 return RC_RTN_FREE_Q_EMPTY;
@@ -1271,7 +1271,7 @@
         if (pPab == NULL)
                 return RC_RTN_ADPTR_NOT_REGISTERED;
 
- off = pPab->p_atu->InQueue; /* get addresss of message */
+ off = pPab->p_atu->InQueue; /* get address of message */
 
         if (0xFFFFFFFF == off)
                 return RC_RTN_FREE_Q_EMPTY;
@@ -1381,7 +1381,7 @@
         if (pPab == NULL)
                 return RC_RTN_ADPTR_NOT_REGISTERED;
 
- off = pPab->p_atu->InQueue; /* get addresss of message */
+ off = pPab->p_atu->InQueue; /* get address of message */
 
         if (0xFFFFFFFF == off)
                 return RC_RTN_FREE_Q_EMPTY;
@@ -1502,7 +1502,7 @@
         if (pPab == NULL)
                 return RC_RTN_ADPTR_NOT_REGISTERED;
 
- off = pPab->p_atu->InQueue; /* get addresss of message */
+ off = pPab->p_atu->InQueue; /* get address of message */
 
         if (0xFFFFFFFF == off)
                 return RC_RTN_FREE_Q_EMPTY;
@@ -1561,7 +1561,7 @@
         if (pPab == NULL)
                 return RC_RTN_ADPTR_NOT_REGISTERED;
 
- off = pPab->p_atu->InQueue; /* get addresss of message */
+ off = pPab->p_atu->InQueue; /* get address of message */
 
         if (0xFFFFFFFF == off)
                 return RC_RTN_FREE_Q_EMPTY;
@@ -1608,7 +1608,7 @@
                 return RC_RTN_ADPTR_NOT_REGISTERED;
 
         p_atu = pPab->p_atu;
- off = p_atu->InQueue; /* get addresss of message */
+ off = p_atu->InQueue; /* get address of message */
 
         if (0xFFFFFFFF == off)
                 return RC_RTN_FREE_Q_EMPTY;
diff -ur 2.5-current/drivers/scsi/aic7xxx/aic79xx_core.c linux/drivers/scsi/aic7xxx/aic79xx_core.c
--- 2.5-current/drivers/scsi/aic7xxx/aic79xx_core.c Mon Mar 3 10:41:43 2003
+++ linux/drivers/scsi/aic7xxx/aic79xx_core.c Mon Mar 3 10:45:08 2003
@@ -5767,7 +5767,7 @@
                 return (ENOMEM);
 
         /*
- * Verify that the compiler hasn't over-agressively
+ * Verify that the compiler hasn't over-aggressively
          * padded important structures.
          */
         if (sizeof(struct hardware_scb) != 64)
diff -ur 2.5-current/drivers/scsi/aic7xxx/aic79xx_osm.c linux/drivers/scsi/aic7xxx/aic79xx_osm.c
--- 2.5-current/drivers/scsi/aic7xxx/aic79xx_osm.c Mon Mar 3 10:42:00 2003
+++ linux/drivers/scsi/aic7xxx/aic79xx_osm.c Mon Mar 3 10:45:08 2003
@@ -2674,7 +2674,7 @@
                 usertags = ahd_linux_user_tagdepth(ahd, devinfo);
                 if (!was_queuing) {
                         /*
- * Start out agressively and allow our
+ * Start out aggressively and allow our
                          * dynamic queue depth algorithm to take
                          * care of the rest.
                          */
diff -ur 2.5-current/drivers/scsi/aic7xxx/aic7xxx_osm.c linux/drivers/scsi/aic7xxx/aic7xxx_osm.c
--- 2.5-current/drivers/scsi/aic7xxx/aic7xxx_osm.c Mon Mar 3 10:41:45 2003
+++ linux/drivers/scsi/aic7xxx/aic7xxx_osm.c Mon Mar 3 10:45:08 2003
@@ -2168,7 +2168,7 @@
                 usertags = ahc_linux_user_tagdepth(ahc, devinfo);
                 if (!was_queuing) {
                         /*
- * Start out agressively and allow our
+ * Start out aggressively and allow our
                          * dynamic queue depth algorithm to take
                          * care of the rest.
                          */
diff -ur 2.5-current/drivers/scsi/i60uscsi.c linux/drivers/scsi/i60uscsi.c
--- 2.5-current/drivers/scsi/i60uscsi.c Mon Mar 3 10:41:47 2003
+++ linux/drivers/scsi/i60uscsi.c Mon Mar 3 10:45:09 2003
@@ -423,7 +423,7 @@
         }
 
         ORC_WR(hcsp->HCS_Base + ORC_RISCCTL, PRGMRST | DOWNLOAD); /* Reset program count 0 */
- wBIOSAddress -= 0x1000; /* Reset the BIOS adddress */
+ wBIOSAddress -= 0x1000; /* Reset the BIOS address */
         for (i = 0, pData = (UCHAR *) & dData; /* Check the code */
              i < 0x1000; /* Firmware code size = 4K */
              i++, wBIOSAddress++) {
diff -ur 2.5-current/drivers/scsi/ncr53c8xx.c linux/drivers/scsi/ncr53c8xx.c
--- 2.5-current/drivers/scsi/ncr53c8xx.c Mon Mar 3 10:41:49 2003
+++ linux/drivers/scsi/ncr53c8xx.c Mon Mar 3 10:45:09 2003
@@ -2173,7 +2173,7 @@
 }/*-------------------------< RESEL_TAG >-------------------*/,{
         /*
         ** Read IDENTIFY + SIMPLE + TAG using a single MOVE.
- ** Agressive optimization, is'nt it?
+ ** Aggressive optimization, is'nt it?
         ** No need to test the SIMPLE TAG message, since the
         ** driver only supports conformant devices for tags. ;-)
         */
diff -ur 2.5-current/drivers/scsi/sym53c8xx.c linux/drivers/scsi/sym53c8xx.c
--- 2.5-current/drivers/scsi/sym53c8xx.c Mon Mar 3 10:42:03 2003
+++ linux/drivers/scsi/sym53c8xx.c Mon Mar 3 10:45:10 2003
@@ -3386,7 +3386,7 @@
                 0,
         /*
         ** Read IDENTIFY + SIMPLE + TAG using a single MOVE.
- ** Agressive optimization, is'nt it?
+ ** Aggressive optimization, is'nt it?
         ** No need to test the SIMPLE TAG message, since the
         ** driver only supports conformant devices for tags. ;-)
         */
diff -ur 2.5-current/drivers/scsi/sym53c8xx_2/sym_fw1.h linux/drivers/scsi/sym53c8xx_2/sym_fw1.h
--- 2.5-current/drivers/scsi/sym53c8xx_2/sym_fw1.h Mon Mar 3 10:42:06 2003
+++ linux/drivers/scsi/sym53c8xx_2/sym_fw1.h Mon Mar 3 10:45:08 2003
@@ -1043,7 +1043,7 @@
          * It shall be a tagged command.
          * Read SIMPLE+TAG.
          * The C code will deal with errors.
- * Agressive optimization, is'nt it? :)
+ * Aggressive optimization, is'nt it? :)
          */
         SCR_MOVE_ABS (2) ^ SCR_MSG_IN,
                 HADDR_1 (msgin),
@@ -1067,7 +1067,7 @@
                 RADDR_1 (dsa),
         /*
          * The SIDL still contains the TAG value.
- * Agressive optimization, isn't it? :):)
+ * Aggressive optimization, isn't it? :):)
          */
         SCR_REG_SFBR (sidl, SCR_SHL, 0),
                 0,
diff -ur 2.5-current/drivers/scsi/sym53c8xx_2/sym_fw2.h linux/drivers/scsi/sym53c8xx_2/sym_fw2.h
--- 2.5-current/drivers/scsi/sym53c8xx_2/sym_fw2.h Mon Mar 3 10:42:07 2003
+++ linux/drivers/scsi/sym53c8xx_2/sym_fw2.h Mon Mar 3 10:45:08 2003
@@ -984,7 +984,7 @@
          * It shall be a tagged command.
          * Read SIMPLE+TAG.
          * The C code will deal with errors.
- * Agressive optimization, is'nt it? :)
+ * Aggressive optimization, is'nt it? :)
          */
         SCR_MOVE_ABS (2) ^ SCR_MSG_IN,
                 HADDR_1 (msgin),
@@ -996,7 +996,7 @@
                 offsetof(struct sym_lcb, head.itlq_tbl_sa),
         /*
          * The SIDL still contains the TAG value.
- * Agressive optimization, isn't it? :):)
+ * Aggressive optimization, isn't it? :):)
          */
         SCR_REG_SFBR (sidl, SCR_SHL, 0),
                 0,
diff -ur 2.5-current/fs/freevxfs/vxfs_immed.c linux/fs/freevxfs/vxfs_immed.c
--- 2.5-current/fs/freevxfs/vxfs_immed.c Mon Mar 3 10:41:45 2003
+++ linux/fs/freevxfs/vxfs_immed.c Mon Mar 3 10:45:19 2003
@@ -56,7 +56,7 @@
 };
 
 /*
- * Adress space operations for immed files and directories.
+ * Address space operations for immed files and directories.
  */
 struct address_space_operations vxfs_immed_aops = {
         .readpage = vxfs_immed_readpage,
diff -ur 2.5-current/include/asm-arm/arch-pxa/pxa-regs.h linux/include/asm-arm/arch-pxa/pxa-regs.h
--- 2.5-current/include/asm-arm/arch-pxa/pxa-regs.h Mon Mar 3 10:42:02 2003
+++ linux/include/asm-arm/arch-pxa/pxa-regs.h Mon Mar 3 10:45:23 2003
@@ -690,7 +690,7 @@
 #define ICSR0 __REG(0x40800014) /* ICP Status Register 0 */
 #define ICSR1 __REG(0x40800018) /* ICP Status Register 1 */
 
-#define ICCR0_AME (1 << 7) /* Adress match enable */
+#define ICCR0_AME (1 << 7) /* Address match enable */
 #define ICCR0_TIE (1 << 6) /* Transmit FIFO interrupt enable */
 #define ICCR0_RIE (1 << 5) /* Recieve FIFO interrupt enable */
 #define ICCR0_RXE (1 << 4) /* Receive enable */
diff -ur 2.5-current/include/asm-m68knommu/m5249sim.h linux/include/asm-m68knommu/m5249sim.h
--- 2.5-current/include/asm-m68knommu/m5249sim.h Mon Mar 3 10:42:08 2003
+++ linux/include/asm-m68knommu/m5249sim.h Mon Mar 3 10:45:21 2003
@@ -43,10 +43,10 @@
 #define MCFSIM_CSAR1 0x8c /* CS 1 Address reg (r/w) */
 #define MCFSIM_CSMR1 0x90 /* CS 1 Mask reg (r/w) */
 #define MCFSIM_CSCR1 0x96 /* CS 1 Control reg (r/w) */
-#define MCFSIM_CSAR2 0x98 /* CS 2 Adress reg (r/w) */
+#define MCFSIM_CSAR2 0x98 /* CS 2 Address reg (r/w) */
 #define MCFSIM_CSMR2 0x9c /* CS 2 Mask reg (r/w) */
 #define MCFSIM_CSCR2 0xa2 /* CS 2 Control reg (r/w) */
-#define MCFSIM_CSAR3 0xa4 /* CS 3 Adress reg (r/w) */
+#define MCFSIM_CSAR3 0xa4 /* CS 3 Address reg (r/w) */
 #define MCFSIM_CSMR3 0xa8 /* CS 3 Mask reg (r/w) */
 #define MCFSIM_CSCR3 0xae /* CS 3 Control reg (r/w) */
 
diff -ur 2.5-current/include/asm-m68knommu/m5307sim.h linux/include/asm-m68knommu/m5307sim.h
--- 2.5-current/include/asm-m68knommu/m5307sim.h Mon Mar 3 10:41:52 2003
+++ linux/include/asm-m68knommu/m5307sim.h Mon Mar 3 10:45:21 2003
@@ -64,22 +64,22 @@
 #define MCFSIM_CSMR7 0xda /* CS 7 Mask reg (r/w) */
 #define MCFSIM_CSCR7 0xde /* CS 7 Control reg (r/w) */
 #else
-#define MCFSIM_CSAR2 0x98 /* CS 2 Adress reg (r/w) */
+#define MCFSIM_CSAR2 0x98 /* CS 2 Address reg (r/w) */
 #define MCFSIM_CSMR2 0x9c /* CS 2 Mask reg (r/w) */
 #define MCFSIM_CSCR2 0xa2 /* CS 2 Control reg (r/w) */
-#define MCFSIM_CSAR3 0xa4 /* CS 3 Adress reg (r/w) */
+#define MCFSIM_CSAR3 0xa4 /* CS 3 Address reg (r/w) */
 #define MCFSIM_CSMR3 0xa8 /* CS 3 Mask reg (r/w) */
 #define MCFSIM_CSCR3 0xae /* CS 3 Control reg (r/w) */
-#define MCFSIM_CSAR4 0xb0 /* CS 4 Adress reg (r/w) */
+#define MCFSIM_CSAR4 0xb0 /* CS 4 Address reg (r/w) */
 #define MCFSIM_CSMR4 0xb4 /* CS 4 Mask reg (r/w) */
 #define MCFSIM_CSCR4 0xba /* CS 4 Control reg (r/w) */
-#define MCFSIM_CSAR5 0xbc /* CS 5 Adress reg (r/w) */
+#define MCFSIM_CSAR5 0xbc /* CS 5 Address reg (r/w) */
 #define MCFSIM_CSMR5 0xc0 /* CS 5 Mask reg (r/w) */
 #define MCFSIM_CSCR5 0xc6 /* CS 5 Control reg (r/w) */
-#define MCFSIM_CSAR6 0xc8 /* CS 6 Adress reg (r/w) */
+#define MCFSIM_CSAR6 0xc8 /* CS 6 Address reg (r/w) */
 #define MCFSIM_CSMR6 0xcc /* CS 6 Mask reg (r/w) */
 #define MCFSIM_CSCR6 0xd2 /* CS 6 Control reg (r/w) */
-#define MCFSIM_CSAR7 0xd4 /* CS 7 Adress reg (r/w) */
+#define MCFSIM_CSAR7 0xd4 /* CS 7 Address reg (r/w) */
 #define MCFSIM_CSMR7 0xd8 /* CS 7 Mask reg (r/w) */
 #define MCFSIM_CSCR7 0xde /* CS 7 Control reg (r/w) */
 #endif /* CONFIG_OLDMASK */
diff -ur 2.5-current/include/asm-m68knommu/m5407sim.h linux/include/asm-m68knommu/m5407sim.h
--- 2.5-current/include/asm-m68knommu/m5407sim.h Mon Mar 3 10:42:06 2003
+++ linux/include/asm-m68knommu/m5407sim.h Mon Mar 3 10:45:21 2003
@@ -48,22 +48,22 @@
 #define MCFSIM_CSMR1 0x90 /* CS 1 Mask reg (r/w) */
 #define MCFSIM_CSCR1 0x96 /* CS 1 Control reg (r/w) */
 
-#define MCFSIM_CSAR2 0x98 /* CS 2 Adress reg (r/w) */
+#define MCFSIM_CSAR2 0x98 /* CS 2 Address reg (r/w) */
 #define MCFSIM_CSMR2 0x9c /* CS 2 Mask reg (r/w) */
 #define MCFSIM_CSCR2 0xa2 /* CS 2 Control reg (r/w) */
-#define MCFSIM_CSAR3 0xa4 /* CS 3 Adress reg (r/w) */
+#define MCFSIM_CSAR3 0xa4 /* CS 3 Address reg (r/w) */
 #define MCFSIM_CSMR3 0xa8 /* CS 3 Mask reg (r/w) */
 #define MCFSIM_CSCR3 0xae /* CS 3 Control reg (r/w) */
-#define MCFSIM_CSAR4 0xb0 /* CS 4 Adress reg (r/w) */
+#define MCFSIM_CSAR4 0xb0 /* CS 4 Address reg (r/w) */
 #define MCFSIM_CSMR4 0xb4 /* CS 4 Mask reg (r/w) */
 #define MCFSIM_CSCR4 0xba /* CS 4 Control reg (r/w) */
-#define MCFSIM_CSAR5 0xbc /* CS 5 Adress reg (r/w) */
+#define MCFSIM_CSAR5 0xbc /* CS 5 Address reg (r/w) */
 #define MCFSIM_CSMR5 0xc0 /* CS 5 Mask reg (r/w) */
 #define MCFSIM_CSCR5 0xc6 /* CS 5 Control reg (r/w) */
-#define MCFSIM_CSAR6 0xc8 /* CS 6 Adress reg (r/w) */
+#define MCFSIM_CSAR6 0xc8 /* CS 6 Address reg (r/w) */
 #define MCFSIM_CSMR6 0xcc /* CS 6 Mask reg (r/w) */
 #define MCFSIM_CSCR6 0xd2 /* CS 6 Control reg (r/w) */
-#define MCFSIM_CSAR7 0xd4 /* CS 7 Adress reg (r/w) */
+#define MCFSIM_CSAR7 0xd4 /* CS 7 Address reg (r/w) */
 #define MCFSIM_CSMR7 0xd8 /* CS 7 Mask reg (r/w) */
 #define MCFSIM_CSCR7 0xde /* CS 7 Control reg (r/w) */
 
diff -ur 2.5-current/include/net/sctp/user.h linux/include/net/sctp/user.h
--- 2.5-current/include/net/sctp/user.h Mon Mar 3 10:41:43 2003
+++ linux/include/net/sctp/user.h Mon Mar 3 10:45:23 2003
@@ -100,13 +100,13 @@
 #define SCTP_SOCKOPT_BINDX_REM SCTP_SOCKOPT_BINDX_REM
         SCTP_SOCKOPT_PEELOFF, /* peel off association. */
 #define SCTP_SOCKOPT_PEELOFF SCTP_SOCKOPT_PEELOFF
- SCTP_GET_PEER_ADDRS_NUM, /* Get number of peer addresss. */
+ SCTP_GET_PEER_ADDRS_NUM, /* Get number of peer address. */
 #define SCTP_GET_PEER_ADDRS_NUM SCTP_GET_PEER_ADDRS_NUM
- SCTP_GET_PEER_ADDRS, /* Get all peer addresss. */
+ SCTP_GET_PEER_ADDRS, /* Get all peer address. */
 #define SCTP_GET_PEER_ADDRS SCTP_GET_PEER_ADDRS
- SCTP_GET_LOCAL_ADDRS_NUM, /* Get number of local addresss. */
+ SCTP_GET_LOCAL_ADDRS_NUM, /* Get number of local address. */
 #define SCTP_GET_LOCAL_ADDRS_NUM SCTP_GET_LOCAL_ADDRS_NUM
- SCTP_GET_LOCAL_ADDRS, /* Get all local addresss. */
+ SCTP_GET_LOCAL_ADDRS, /* Get all local address. */
 #define SCTP_GET_LOCAL_ADDRS SCTP_GET_LOCAL_ADDRS
 };
 
diff -ur 2.5-current/net/ipv6/ndisc.c linux/net/ipv6/ndisc.c
--- 2.5-current/net/ipv6/ndisc.c Mon Mar 3 10:42:01 2003
+++ linux/net/ipv6/ndisc.c Mon Mar 3 10:45:26 2003
@@ -691,7 +691,7 @@
 
                         /*
                          * update / create cache entry
- * for the source adddress
+ * for the source address
                          */
 
                         neigh = neigh_event_ns(&nd_tbl, lladdr, saddr, dev);
diff -ur 2.5-current/net/ipv6/udp.c linux/net/ipv6/udp.c
--- 2.5-current/net/ipv6/udp.c Mon Mar 3 10:42:06 2003
+++ linux/net/ipv6/udp.c Mon Mar 3 10:45:26 2003
@@ -377,7 +377,7 @@
 
         ip6_dst_store(sk, dst, fl.fl6_dst);
 
- /* get the source adddress used in the apropriate device */
+ /* get the source address used in the appropriate device */
 
         err = ipv6_get_saddr(dst, daddr, &saddr);
 
diff -ur 2.5-current/net/sctp/protocol.c linux/net/sctp/protocol.c
--- 2.5-current/net/sctp/protocol.c Mon Mar 3 10:42:01 2003
+++ linux/net/sctp/protocol.c Mon Mar 3 10:45:27 2003
@@ -380,7 +380,7 @@
 
 /* Returns a valid dst cache entry for the given source and destination ip
  * addresses. If an association is passed, trys to get a dst entry with a
- * source adddress that matches an address in the bind address list.
+ * source address that matches an address in the bind address list.
  */
 struct dst_entry *sctp_v4_get_dst(sctp_association_t *asoc,
                                   union sctp_addr *daddr,

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Mar 07 2003 - 22:00:22 EST