PATCH: more typo fixes

From: Alan Cox (alan_at_lxorguk.ukuu.org.uk)
Date: 07/27/03

  • Next message: Manfred Spraul: "Re: Repost: Bug with select?"
    Date:	Sun, 27 Jul 2003 20:56:33 +0100
    To: linux-kernel@vger.kernel.org, torvalds@osdl.org
    
    

    (Steven Cole)
    diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/arch/cris/arch-v10/lib/old_checksum.c linux-2.6.0-test2-ac1/arch/cris/arch-v10/lib/old_checksum.c
    --- linux-2.6.0-test2/arch/cris/arch-v10/lib/old_checksum.c 2003-07-10 21:13:04.000000000 +0100
    +++ linux-2.6.0-test2-ac1/arch/cris/arch-v10/lib/old_checksum.c 2003-07-23 16:39:58.000000000 +0100
    @@ -75,7 +75,7 @@
         sum += *((unsigned short *)buff)++;
       }
       if(endMarker - buff > 0) {
    - sum += *buff; /* add extra byte seperately */
    + sum += *buff; /* add extra byte separately */
       }
       BITOFF;
       return(sum);
    diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/arch/cris/mm/fault.c linux-2.6.0-test2-ac1/arch/cris/mm/fault.c
    --- linux-2.6.0-test2/arch/cris/mm/fault.c 2003-07-10 21:14:10.000000000 +0100
    +++ linux-2.6.0-test2-ac1/arch/cris/mm/fault.c 2003-07-23 16:39:58.000000000 +0100
    @@ -8,7 +8,7 @@
      * $Log: fault.c,v $
      * Revision 1.8 2003/07/04 13:02:48 tobiasa
      * Moved code snippet from arch/cris/mm/fault.c that searches for fixup code
    - * to seperate function in arch-specific files.
    + * to separate function in arch-specific files.
      *
      * Revision 1.7 2003/01/22 06:48:38 starvik
      * Fixed warnings issued by GCC 3.2.1
    -
    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/


  • Next message: Manfred Spraul: "Re: Repost: Bug with select?"