Commit 4c2278cc authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] M68k core spelling fixes

M68k core spelling fixes from Steven Cole <elenstev@mesatop.com>
parent 26a734b5
......@@ -146,7 +146,7 @@
/* The following two numbers define the maximum fraction of ST-RAM in total
* memory, below that the kernel would automatically use ST-RAM as swap
* space. This decision can be overriden with stram_swap= */
* space. This decision can be overridden with stram_swap= */
#define MAX_STRAM_FRACTION_NOM 1
#define MAX_STRAM_FRACTION_DENOM 3
......@@ -347,7 +347,7 @@ void __init atari_stram_reserve_pages(void *start_mem)
/*
* If the whole ST-RAM is used for swapping, there are no allocatable
* dma pages left. But unfortunately, some shared parts of the kernel
* (particularily the SCSI mid-level) call __get_dma_pages()
* (particularly the SCSI mid-level) call __get_dma_pages()
* unconditionally :-( These calls then fail, and scsi.c even doesn't
* check for NULL return values and just crashes. The quick fix for
* this (instead of doing much clean up work in the SCSI code) is to
......
......@@ -190,7 +190,7 @@
*
* options
* -------
* There are many options availble in a build of this file. I've
* There are many options available in a build of this file. I've
* taken the time to describe them here to save you the time of searching
* for them and trying to understand what they mean.
*
......
......@@ -16,7 +16,7 @@
* 1997-12-01 Modified for POSIX.1b signals by Andreas Schwab
*
* mathemu support by Roman Zippel
* (Note: fpstate in the signal context is completly ignored for the emulator
* (Note: fpstate in the signal context is completely ignored for the emulator
* and the internal floating point format is put on stack)
*/
......
......@@ -303,7 +303,7 @@ static inline int do_040writeback1(unsigned short wbs, unsigned long wba,
return res;
}
/* after an exception in a writeback the stack frame coresponding
/* after an exception in a writeback the stack frame corresponding
* to that exception is discarded, set a few bits in the old frame
* to simulate what it should look like
*/
......@@ -333,7 +333,7 @@ static inline void do_040writebacks(struct frame *fp)
fp->un.fmt7.wb2s = 0;
}
/* do the 2nd wb only if the first one was succesful (except for a kernel wb) */
/* do the 2nd wb only if the first one was successful (except for a kernel wb) */
if (fp->un.fmt7.wb3s & WBV_040 && (!res || fp->un.fmt7.wb3s & 4)) {
res = do_040writeback1(fp->un.fmt7.wb3s, fp->un.fmt7.wb3a,
fp->un.fmt7.wb3d);
......
/*
* Baboon Custom IC Managment
* Baboon Custom IC Management
*
* The Baboon custom IC controls the IDE, PCMCIA and media bay on the
* PowerBook 190. It multiplexes multiple interrupt sources onto the
......
......@@ -236,7 +236,7 @@ static void iop_free_msg(struct iop_msg *msg)
/*
* This is called by the startup code before anything else. Its purpose
* is to find and initalize the IOPs early in the boot sequence, so that
* is to find and initialize the IOPs early in the boot sequence, so that
* the serial IOP can be placed into bypass mode _before_ we try to
* initialize the serial console.
*/
......
......@@ -30,7 +30,7 @@
* - slot 0: SCSI interrupt
* - slot 1: Sound interrupt
*
* Levels 3-6 vary by machine type. For VIA or RBV Macintohes:
* Levels 3-6 vary by machine type. For VIA or RBV Macintoshes:
*
* 3 - unused (?)
*
......@@ -494,7 +494,7 @@ int mac_irq_pending( unsigned int irq )
* Add an interrupt service routine to an interrupt source.
* Returns 0 on success.
*
* FIXME: You can register interrupts on nonexistant source (ie PSC4 on a
* FIXME: You can register interrupts on nonexistent source (ie PSC4 on a
* non-PSC machine). We should return -EINVAL in those cases.
*/
......
......@@ -113,7 +113,7 @@ fp_fadd(struct fp_ext *dest, struct fp_ext *src)
return dest;
}
/* fp_fsub: Implementes the kernel of the FSUB, FSSUB, and FDSUB
/* fp_fsub: Implements the kernel of the FSUB, FSSUB, and FDSUB
instructions.
Remember that the arguments are in assembler-syntax order! */
......
......@@ -7,7 +7,7 @@
* License. See the file COPYING in the main directory of this archive
* for more details.
*
* .. used to be losely based on bvme6000ints.c
* .. used to be loosely based on bvme6000ints.c
*
*/
......@@ -441,7 +441,7 @@ void q40_disable_irq (unsigned int irq)
{
/* disable ISA iqs : only do something if the driver has been
* verified to be Q40 "compatible" - right now IDE, NE2K
* Any driver should not attempt to sleep accross disable_irq !!
* Any driver should not attempt to sleep across disable_irq !!
*/
if ( irq>=5 && irq<=15 ) {
......
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