patch-2.4.21 linux-2.4.21/arch/m68k/atari/stram.c
Next file: linux-2.4.21/arch/m68k/bvme6000/rtc.c
Previous file: linux-2.4.21/arch/m68k/apollo/dma.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-06-13 07:51:31.000000000 -0700
- Orig file:
linux-2.4.20/arch/m68k/atari/stram.c
- Orig date:
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.20/arch/m68k/atari/stram.c linux-2.4.21/arch/m68k/atari/stram.c
@@ -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 @@
/*
* 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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)