Commit b28d2708 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] more typo fixes

(Steven Cole)
parent 0fcfd267
...@@ -75,7 +75,7 @@ unsigned int csum_partial(const unsigned char * buff, int len, unsigned int sum) ...@@ -75,7 +75,7 @@ unsigned int csum_partial(const unsigned char * buff, int len, unsigned int sum)
sum += *((unsigned short *)buff)++; sum += *((unsigned short *)buff)++;
} }
if(endMarker - buff > 0) { if(endMarker - buff > 0) {
sum += *buff; /* add extra byte seperately */ sum += *buff; /* add extra byte separately */
} }
BITOFF; BITOFF;
return(sum); return(sum);
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* $Log: fault.c,v $ * $Log: fault.c,v $
* Revision 1.8 2003/07/04 13:02:48 tobiasa * Revision 1.8 2003/07/04 13:02:48 tobiasa
* Moved code snippet from arch/cris/mm/fault.c that searches for fixup code * 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 * Revision 1.7 2003/01/22 06:48:38 starvik
* Fixed warnings issued by GCC 3.2.1 * Fixed warnings issued by GCC 3.2.1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment