]> git.hungrycats.org Git - linux/commitdiff
[PATCH] 2.5.6-pre2 III: spelling
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 2 Mar 2002 05:32:58 +0000 (21:32 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Sat, 2 Mar 2002 05:32:58 +0000 (21:32 -0800)
These are all in the 2.4.19-pre2.

"Jahn Veach" <V64@V64.net>: [PATCH 2.5.4] Typo corrections.

Pavel Machek <pavel@ucw.cz>: Whitespace PCI cleanups (fwd).

quinlan@transmeta.com: [PATCH] take COPYING into new century:
These mods are directly from the FSF version.

30 files changed:
COPYING
Documentation/networking/arcnet-hardware.txt
Documentation/networking/bonding.txt
Documentation/power/pci.txt
Documentation/sound/OPL3-SA2
Documentation/sound/README.OSS
arch/ia64/sn/io/pci_bus_cvlink.c
arch/ppc/kernel/qspan_pci.c
drivers/acpi/executer/exresnte.c
drivers/char/synclink.c
drivers/ide/ide.c
drivers/mtd/devices/pmc551.c
drivers/mtd/nand/spia.c
drivers/net/irda/sa1100_ir.c
drivers/net/wan/sdla_x25.c
drivers/pci/pci.c
drivers/s390/char/tape34xx.c
drivers/s390/misc/chandev.c
drivers/scsi/aic7xxx/aic7xxx.c
drivers/telephony/ixj.c
drivers/usb/storage/isd200.c
drivers/usb/storage/transport.c
fs/hpfs/ea.c
include/asm-ia64/sn/pci/pcibr.h
include/linux/jbd.h
include/linux/pci.h
include/linux/telephony.h
kernel/signal.c
net/core/dev.c
net/wanrouter/af_wanpipe.c

diff --git a/COPYING b/COPYING
index ae401538ebb7e3ebf19e24965c40244dc1c5e482..2a7e338ec2fc6aac461a11fe8049799e65639166 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -307,7 +307,7 @@ convey the exclusion of warranty; and each file should have at least
 the "copyright" line and a pointer to where the full notice is found.
 
     <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) 19yy  <name of author>
+    Copyright (C) <year>  <name of author>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -329,7 +329,7 @@ Also add information on how to contact you by electronic and paper mail.
 If the program is interactive, make it output a short notice like this
 when it starts in an interactive mode:
 
-    Gnomovision version 69, Copyright (C) 19yy name of author
+    Gnomovision version 69, Copyright (C) year name of author
     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.
index 5072e63ff9babe60bd2b17d2e232d9efe8632e89..30a5f01403d391497043f24f118d389dbde1c05c 100644 (file)
@@ -2256,7 +2256,7 @@ function, and the 8th switch is used to select "compatible" or "enhanced".
 When I got my two cards, one of them had this switch set to "enhanced". That
 card didn't work at all, it wasn't even recognized by the driver. The other
 card had this switch set to "compatible" and it behaved absolutely normally. I
-guess that the switch on one of the cards, must have been changed accidently
+guess that the switch on one of the cards, must have been changed accidentally
 when the card was taken out of its former host. The question remains
 unanswered, what is the purpose of the "enhanced" position?
 
index ef4bc599ed471b0bb2a00ad08b547bd73366461d..517e53a35a8d2bd2832f751bb51d96b8301a6762 100644 (file)
@@ -503,7 +503,7 @@ The main limitations are :
 Resources and links
 ===================
 
-Current developement on this driver is posted to:
+Current development on this driver is posted to:
  - http://www.sourceforge.net/projects/bonding/
 
 Donald Becker's Ethernet Drivers and diag programs may be found at :
index 931cdd1aacd8b1573ae4d8d8141d0a1d6bcdd262..2050df6a4b158efc3275868fee49b69047cd1d03 100644 (file)
@@ -63,7 +63,7 @@ Upon entering a suspend state, the PM layer iterates through all of its register
 callbacks. This currently takes place only during APM state transitions.
 
 Upon going to sleep, the PCI subsystem walks its device tree twice. Both times, it does
-a depth first walk of the device tree. The first walk saves  each of the device's state 
+a depth first walk of the device tree. The first walk saves each of the device's state 
 and checks for devices that will prevent the system from entering a global power state. 
 The next walk then places the devices in a low power state.
 
@@ -104,7 +104,7 @@ pci_restore_state
 -----------------
 
 Usage:
-       pci_restore_state(dev,buffer);
+       pci_restore_state(dev, buffer);
 
 Description:
        Restore previously saved config space. (First 64 bytes only);
@@ -117,7 +117,7 @@ pci_set_power_state
 -------------------
 
 Usage:
-       pci_set_power_state(dev,state);
+       pci_set_power_state(dev, state);
 
 Description:
        Transition device to low power state using PCI PM Capabilities registers.
@@ -132,7 +132,7 @@ pci_enable_wake
 ---------------
 
 Usage:
-       pci_enable_wake(dev,state,enable);
+       pci_enable_wake(dev, state, enable);
 
 Description:
        Enable device to generate PME# during low power state using PCI PM 
@@ -155,7 +155,7 @@ These functions are intended for use by individual drivers, and are defined in
 struct pci_driver:
 
         int  (*save_state) (struct pci_dev *dev, u32 state);
-        int  (*suspend)(struct pci_dev *dev, u32 state);
+        int  (*suspend) (struct pci_dev *dev, u32 state);
         int  (*resume) (struct pci_dev *dev);
         int  (*enable_wake) (struct pci_dev *dev, u32 state, int enable);
 
@@ -178,7 +178,7 @@ is preserved when entering D1, but the screen is placed into a low power state
 
 The driver can also interpret this function as a notification that it may be entering
 a sleep state in the near future. If it knows that the device cannot enter the 
-requested state, either because of lack of support for it, or because the devices is 
+requested state, either because of lack of support for it, or because the device is 
 middle of some critical operation, then it should fail.
 
 This function should not be used to set any state in the device or the driver because
index 4c6c0c7b493180987a5a4c555b61603122791945..5da5199a485b9186b4719b4c02ca6528b543e298 100644 (file)
@@ -65,7 +65,7 @@ Plug 'n Play
 ------------
 
 In previous kernels (2.2.x), some configuration was required to
-get the driver to talk to the card.  Being the new millenium and
+get the driver to talk to the card.  Being the new millennium and
 all, the 2.4.x kernels now support auto-configuration if ISA PnP
 support is configured in.  Theoretically, the driver even supports
 having more than one card in this case.
index 453babb26d30c261fc95805ad154978dafe6bf98..ac1eaf5e977dc822e5878e067b4ecb1be956f978 100644 (file)
@@ -542,7 +542,7 @@ Yamaha OPL3-SA1
 
        SoftOSS keeps the samples loaded on the system's RAM so much RAM is
        required. SoftOSS should never be used on machines with less than 16 MB
-       of RAM since this is potentially dangerous (you may accidently run out
+       of RAM since this is potentially dangerous (you may accidentally run out
        of memory which probably crashes the machine). 
 
        SoftOSS implements the wave table API originally designed for GUS. For
index 52b546cea65935612182d77e936a78373f9c6388..06096e779260c14f9dcffe581cec3d966c08f3e8 100644 (file)
@@ -112,9 +112,9 @@ devfn_to_vertex(unsigned char busnum, unsigned int devfn)
        pci_bus = pci_bus_to_vertex(busnum);
        if (!pci_bus) {
                /*
-                * During probing, the Linux pci code invents non existant
+                * During probing, the Linux pci code invents non-existent
                 * bus numbers and pci_dev structures and tries to access
-                * them to determine existance. Don't crib during probing.
+                * them to determine existence. Don't crib during probing.
                 */
                if (done_probing)
                        printk("devfn_to_vertex: Invalid bus number %d given.\n", busnum);
index 49dc9c04586b2c777321cee293cc250ce0dc86be..dfad3692815cea5ee6f8ec538bbb0e516449b565 100644 (file)
@@ -14,7 +14,7 @@
  * PCI access and QSpan control register addresses.  The selection is
  * further selected by a bit setting in a board control register.
  * Although it should happen, we disable interrupts during this operation
- * to make sure some driver doesn't accidently access the PCI while
+ * to make sure some driver doesn't accidentally access the PCI while
  * we have switched the chip select.
  */
 
index 1609599038d650fc2a5117f58db5238dc2622d10..18cb0838ad8df623c1008b8fc7ef1be41f66d37b 100644 (file)
@@ -44,7 +44,7 @@
  * FUNCTION:    Acpi_ex_resolve_node_to_value
  *
  * PARAMETERS:  Object_ptr      - Pointer to a location that contains
- *                                a pointer to a NS node, and will recieve a
+ *                                a pointer to a NS node, and will receive a
  *                                pointer to the resolved object.
  *              Walk_state      - Current state.  Valid only if executing AML
  *                                code.  NULL if simply resolving an object
index 80a8941936221131daeb5d73c10404a4305e33ea..de1c67b8e9db910cfe6291c3503b04091cb0b15d 100644 (file)
@@ -1812,7 +1812,7 @@ static int startup(struct mgsl_struct * info)
        /* Allocate and claim adapter resources */
        retval = mgsl_claim_resources(info);
        
-       /* perform existance check and diagnostics */
+       /* perform existence check and diagnostics */
        if ( !retval )
                retval = mgsl_adapter_test(info);
                
index 944f69636012a657579c2c38e154458a11ebe6ee..bed4ea6280caf08d47e30a69c44792f5b4bd47eb 100644 (file)
@@ -1712,7 +1712,7 @@ void ide_timer_expiry (unsigned long data)
  * drive is ready to accept one, in which case we know the drive is not
  * trying to interrupt us.  And ide_set_handler() is always invoked before
  * completing the issuance of any new drive command, so we will not be
- * accidently invoked as a result of any valid command completion interrupt.
+ * accidentally invoked as a result of any valid command completion interrupt.
  *
  */
 static void unexpected_intr (int irq, ide_hwgroup_t *hwgroup)
index cc647503bccbff41b479c6a931dae8adba7f7c0c..cbe5996c9ef75ba081bb012c3a5cd77866e217ee 100644 (file)
@@ -715,7 +715,7 @@ int __init init_pmc551(void)
                 }
 
                /*
-                * This is needed untill the driver is capable of reading the
+                * This is needed until the driver is capable of reading the
                 * onboard I2C SROM to discover the "real" memory size.
                 */
                if(msize) {
index 4c7c9a57056f63d3542c19c3fa4119f95d2ba173..df2f7bc6c5600fe7442cfcb3dcd289dc6c41b5d9 100644 (file)
@@ -113,7 +113,7 @@ int __init spia_init (void)
        this->ALE = 0x02;
        this->NCE = 0x04;
 
-       /* Scan to find existance of the device */
+       /* Scan to find existence of the device */
        if (nand_scan (spia_mtd)) {
                kfree (spia_mtd);
                return -ENXIO;
index a25ab548c171d5c3a556a440fa2ebe01584efdfd..ba201c9af1c1f5dc0820d8ebc36e1a63d0fe3130 100644 (file)
@@ -132,7 +132,7 @@ static void sa1100_irda_rx_dma_start(struct sa1100_irda *si)
        Ser2HSCR0 = si->hscr0 | HSCR0_HSSP;
 
        /*
-        * Enable the DMA, receiver and recieve interrupt.
+        * Enable the DMA, receiver and receive interrupt.
         */
        sa1100_dma_flush_all(si->rxdma);
        sa1100_dma_queue_buffer(si->rxdma, NULL, si->rxbuf_dma, HPSIR_MAX_RXLEN);
index 47bf1b3f8e9cb51663933c3a583e6090604dce79..dd337578580ba44c2130758ab2455c23300a3275 100644 (file)
@@ -1272,7 +1272,7 @@ static int if_open (netdevice_t* dev)
                        add_timer(&card->u.x.x25_timer);
                }
        }
-       /* Device is not up untill the we are in connected state */
+       /* Device is not up until the we are in connected state */
        do_gettimeofday( &tv );
        chan->router_start_time = tv.tv_sec;
 
@@ -4756,7 +4756,7 @@ static int api_incoming_call (sdla_t* card, TX25Mbox *mbox, int lcn)
  * send_delayed_cmd_result
  *
  *     Wait commands like PLEACE CALL or CLEAR CALL must wait
- *      untill the result arrivers. This function passes
+ *      until the result arrives. This function passes
  *      the result to a waiting sock. 
  *
  *===============================================================*/
index 55616dd123f55643f9d2172d53b0712c4ac3d75b..c41975638b82ed93a006da49323155ec15ff3d0f 100644 (file)
@@ -966,7 +966,7 @@ static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom)
        }
 }
 
-void __devinit  pci_read_bridge_bases(struct pci_bus *child)
+void __devinit pci_read_bridge_bases(struct pci_bus *child)
 {
        struct pci_dev *dev = child->self;
        u8 io_base_lo, io_limit_lo;
@@ -1057,7 +1057,7 @@ void __devinit  pci_read_bridge_bases(struct pci_bus *child)
        }
 }
 
-static struct pci_bus * __devinit  pci_alloc_bus(void)
+static struct pci_bus * __devinit pci_alloc_bus(void)
 {
        struct pci_bus *b;
 
@@ -1392,7 +1392,7 @@ unsigned int __devinit pci_do_scan_bus(struct pci_bus *bus)
        return max;
 }
 
-int __devinit  pci_bus_exists(const struct list_head *list, int nr)
+int __devinit pci_bus_exists(const struct list_head *list, int nr)
 {
        const struct list_head *l;
 
@@ -1404,7 +1404,7 @@ int __devinit  pci_bus_exists(const struct list_head *list, int nr)
        return 0;
 }
 
-struct pci_bus * __devinit  pci_alloc_primary_bus(int bus)
+struct pci_bus * __devinit pci_alloc_primary_bus(int bus)
 {
        struct pci_bus *b;
 
@@ -1431,7 +1431,7 @@ struct pci_bus * __devinit  pci_alloc_primary_bus(int bus)
        return b;
 }
 
-struct pci_bus * __devinit  pci_scan_bus(int bus, struct pci_ops *ops, void *sysdata)
+struct pci_bus * __devinit pci_scan_bus(int bus, struct pci_ops *ops, void *sysdata)
 {
        struct pci_bus *b = pci_alloc_primary_bus(bus);
        if (b) {
@@ -1965,7 +1965,7 @@ static int __devinit pci_init(void)
        return 0;
 }
 
-static int __devinit  pci_setup(char *str)
+static int __devinit pci_setup(char *str)
 {
        while (str) {
                char *k = strchr(str, ',');
index 66efa86cc406228d6d76758ae78c493b4dce4e80..87277afa5d7f18eec19c162f4077d0f325e92641 100644 (file)
@@ -2152,7 +2152,7 @@ tape34xx_error_recovery (tape_info_t* ti)
            tape34xx_error_recovery_HWBUG(ti,21);
            return;
        case 0x3490:
-           // Resetting event recieved. Since the driver does not support resetting event recovery
+           // Resetting event received. Since the driver does not support resetting event recovery
            // (which has to be handled by the I/O Layer), we'll report and retry our command.
            tape34xx_error_recovery_do_retry(ti);
            return;
@@ -2219,7 +2219,7 @@ tape34xx_error_recovery (tape_info_t* ti)
            return;
        case 0x3490:
            // Global status intercept. We have to reissue the command.
-           PRINT_WARN("An global status intercept was recieved, which will be recovered.\n");
+           PRINT_WARN("An global status intercept was received, which will be recovered.\n");
            tape34xx_error_recovery_do_retry(ti);
            return;
        }
index e93b1b7232d5b6a9a7c5a645200f78f3959406fe..aba09d0d526ea7c75d11901f576fbb77b9f4de88 100644 (file)
@@ -2021,7 +2021,7 @@ void chandev_probe(void)
                /* This is required because the device can go & come back */
                 /* even before we realize it is gone owing to the waits in our kernel threads */
                /* & the device will be marked as not owned but its status will be good */
-                /* & an attempt to accidently reprobe it may be done. */ 
+                /* & an attempt to accidentally reprobe it may be done. */ 
                remove:
                chandev_remove(chandev_get_by_irq(curr_irqinfo->sch.irq));
                
index 699a9b23cc4ab1fdd323166b631651fc2c477bad..3f37d0dd0836e4be42a52a32b112fa5d36dfbf51 100644 (file)
@@ -2584,7 +2584,7 @@ reswitch:
 
                /*
                 * Read the latched byte, but turn off SPIOEN first
-                * so that we don't inadvertantly cause a REQ for the
+                * so that we don't inadvertently cause a REQ for the
                 * next byte.
                 */
                ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
index 037872804cdd89c35d9927380b14154bd8f5a447..5da785e47815b88385868aef04034e6923bd5542 100644 (file)
@@ -3450,7 +3450,7 @@ static void ixj_write_cidcw(IXJ *j)
        j->cidcw_wait = 0;
        if(!j->flags.cidcw_ack) {
                if(ixjdebug & 0x0200) {
-                       printk("IXJ cidcw phone%d did not recieve ACK from display %ld\n", j->board, jiffies);
+                       printk("IXJ cidcw phone%d did not receive ACK from display %ld\n", j->board, jiffies);
                }
                ixj_post_cid(j);
                if(j->cid_play_flag) {
index d7840dc8f349c1894b3c847a39c2b2f4e157c746..f43f4a5d8f246c4ca2b120497ceec630784852ca 100644 (file)
@@ -821,7 +821,7 @@ int isd200_read_regs( struct us_data *us )
  * Invoke the transport and basic error-handling/recovery methods
  *
  * This is used by the protocol layers to actually send the message to
- * the device and recieve the response.
+ * the device and receive the response.
  */
 void isd200_invoke_transport( struct us_data *us, 
                              Scsi_Cmnd *srb, 
index f5f3d5ee70a99f926d40a6d8732f43d47a6d4fba..04ba81c47102ab392d19049546d4bfad5950a144 100644 (file)
@@ -612,7 +612,7 @@ void usb_stor_transfer(Scsi_Cmnd *srb, struct us_data* us)
 /* Invoke the transport and basic error-handling/recovery methods
  *
  * This is used by the protocol layers to actually send the message to
- * the device and recieve the response.
+ * the device and receive the response.
  */
 void usb_stor_invoke_transport(Scsi_Cmnd *srb, struct us_data *us)
 {
@@ -798,7 +798,7 @@ void usb_stor_CBI_irq(struct urb *urb)
 {
        struct us_data *us = (struct us_data *)urb->context;
 
-       US_DEBUGP("USB IRQ recieved for device on host %d\n", us->host_no);
+       US_DEBUGP("USB IRQ received for device on host %d\n", us->host_no);
        US_DEBUGP("-- IRQ data length is %d\n", urb->actual_length);
        US_DEBUGP("-- IRQ state is %d\n", urb->status);
        US_DEBUGP("-- Interrupt Status (0x%x, 0x%x)\n",
index f49fe4ee5e9d572ea172206a8a19593ecf699dd1..ad1643937eba3c3f91eeb0b12e874145a1f4c4f3 100644 (file)
@@ -9,8 +9,8 @@
 #include <linux/string.h>
 #include "hpfs_fn.h"
 
-/* Remove external extended attributes. ano specifies wheter a is a 
-   direct sector where eas start or an anode */
+/* Remove external extended attributes. ano specifies whether a is a 
+   direct sector where eas starts or an anode */
 
 void hpfs_ea_ext_remove(struct super_block *s, secno a, int ano, unsigned len)
 {
index a490bf850d7c2838088b76a85739019796b7d26e..af9643fbbddfcf5cf79860f2d04f017fb36acc92 100644 (file)
@@ -47,7 +47,7 @@ typedef struct pcibr_intr_s *pcibr_intr_t;
  *     These functions are normal device driver entry points
  *     and are called along with the similar entry points from
  *     other device drivers. They are included here as documentation
- *     of their existance and purpose.
+ *     of their existence and purpose.
  *
  *     pcibr_init() is called to inform us that there is a pcibr driver
  *     configured into the kernel; it is responsible for registering
index cb0ba707e782334ae5e4dd96e9156693e7f7d96a..f54ab638bcc1e5bf042b573dedbaaa9860fc74ea 100644 (file)
@@ -352,7 +352,7 @@ struct transaction_s
         */
        struct journal_head *   t_async_datalist;
        
-       /* Doubly-linked circular list of all forget buffers (superceded
+       /* Doubly-linked circular list of all forget buffers (superseded
            buffers which we can un-checkpoint once this transaction
            commits) */
        struct journal_head *   t_forget;
@@ -793,7 +793,7 @@ extern int journal_blocks_per_page(struct inode *inode);
 #define BJ_SyncData    1       /* Normal data: flush before commit */
 #define BJ_AsyncData   2       /* writepage data: wait on it before commit */
 #define BJ_Metadata    3       /* Normal journaled metadata */
-#define BJ_Forget      4       /* Buffer superceded by this transaction */
+#define BJ_Forget      4       /* Buffer superseded by this transaction */
 #define BJ_IO          5       /* Buffer is for temporary IO use */
 #define BJ_Shadow      6       /* Buffer contents being shadowed to the log */
 #define BJ_LogCtl      7       /* Buffer contains log descriptors */
index c47781da13265ebe09b0b81544c78d3e654acacf..5e3af89eee898b505da688360b4f774c2318cc67 100644 (file)
@@ -483,7 +483,7 @@ struct pci_driver {
        int  (*probe)  (struct pci_dev *dev, const struct pci_device_id *id);   /* New device inserted */
        void (*remove) (struct pci_dev *dev);   /* Device removed (NULL if not a hot-plug capable driver) */
        int  (*save_state) (struct pci_dev *dev, u32 state);    /* Save Device Context */
-       int  (*suspend)(struct pci_dev *dev, u32 state);        /* Device suspended */
+       int  (*suspend) (struct pci_dev *dev, u32 state);       /* Device suspended */
        int  (*resume) (struct pci_dev *dev);                   /* Device woken up */
        int  (*enable_wake) (struct pci_dev *dev, u32 state, int enable);   /* Enable wake event */
 };
index 32f3b852a1f8116ba8b34ced4946adbc4e6ec1b3..3843eeeca41b5fdfdc8e43df6fbe48465de9a810 100644 (file)
@@ -228,8 +228,8 @@ struct phone_codec_data
 * indicate the current state of the hookswitch.  The pstn_ring bit
 * indicates that the DAA on a LineJACK card has detected ring voltage on
 * the PSTN port.  The caller_id bit indicates that caller_id data has been
-* recieved and is available.  The pstn_wink bit indicates that the DAA on
-* the LineJACK has recieved a wink from the telco switch.  The f0, f1, f2
+* received and is available.  The pstn_wink bit indicates that the DAA on
+* the LineJACK has received a wink from the telco switch.  The f0, f1, f2
 * and f3 bits indicate that the filter has been triggered by detecting the
 * frequency programmed into that filter.
 *
index ba05345660c976154da122167524d8e2d4d70dc8..25846598407a2d45a3bad4eb8cb8090518b60a01 100644 (file)
@@ -546,7 +546,7 @@ printk("SIG queue (%s:%d): %d ", t->comm, t->pid, sig);
        if (bad_signal(sig, info, t))
                goto out_nolock;
 
-       /* The null signal is a permissions and process existance probe.
+       /* The null signal is a permissions and process existence probe.
           No signal is actually delivered.  Same goes for zombies. */
        ret = 0;
        if (!sig || !t->sig)
index d76a5ea24a77a55788f6db159e636346f248d45c..3afa0c27a4a1b10057b3938ef78c52cb0e72a827 100644 (file)
@@ -445,7 +445,7 @@ struct net_device *dev_get_by_name(const char *name)
 
 /* 
    Return value is changed to int to prevent illegal usage in future.
-   It is still legal to use to check for device existance.
+   It is still legal to use to check for device existence.
 
    User should understand, that the result returned by this function
    is meaningless, if it was not issued under rtnl semaphore.
index 13771099c829f84f6f57eedffbac526041d64275..88a4e1356ed38b1eddf5ad5ec773375fa7659787 100644 (file)
  *         passes the packet to the driver. Before each send(), a poll
  *         routine checks the sock resources The maximum value of
  *         packet sent counter is 1, thus if one packet is queued, the
- *         application will block untill that packet is passed to the
+ *         application will block until that packet is passed to the
  *         driver.
  *
  *   RECEIVE:
  *      return code, the driver knows whether the packet was
  *      sucessfully queued.  If the socket queue is full, 
  *      protocol flow control is used by the driver, if any, 
- *      to slow down the traffic untill the sock queue is free.
+ *      to slow down the traffic until the sock queue is free.
  *
  *      Every time a packet arrives into a socket queue the 
  *      socket wakes up processes which are waiting to receive
@@ -2396,7 +2396,7 @@ static int wanpipe_exec_cmd(struct sock *sk, int cmd, unsigned int flags)
 
 
                        /* Check if data buffers are pending for transmission,
-                         * if so, check wheter user wants to wait untill data
+                         * if so, check whether user wants to wait until data
                          * is transmitted, or clear a call and drop packets */
                           
                        if (atomic_read(&sk->wmem_alloc) || check_driver_busy(sk)){
@@ -2432,7 +2432,7 @@ static int wanpipe_exec_cmd(struct sock *sk, int cmd, unsigned int flags)
 
 
                        /* Check if data buffers are pending for transmission,
-                         * if so, check wheter user wants to wait untill data
+                         * if so, check whether user wants to wait until data
                          * is transmitted, or reset a call and drop packets */
                           
                        if (atomic_read(&sk->wmem_alloc) || check_driver_busy(sk)){