Commit 8ee2c1f0 authored by Steven Cole's avatar Steven Cole Committed by Paul Mackerras

[PATCH] 2.5.61 Reduce the number of "nuber" by four.

This reduces the number of "nuber" by four and fixes the spelling
of necessary in one of those files.
parent d704f4b7
......@@ -681,7 +681,7 @@ static int shapers = 1;
#ifdef MODULE
MODULE_PARM(shapers, "i");
MODULE_PARM_DESC(shapers, "Traffic shaper: maximum nuber of shapers");
MODULE_PARM_DESC(shapers, "Traffic shaper: maximum number of shapers");
#else /* MODULE */
......
......@@ -102,7 +102,7 @@ Version 0.6 (2001-12-15)
The option is, simply enough, 'debug'.
(super.c, debug.c) [WD]
* Removed notion of btree handle from btree.c. It was unessisary, as the
* Removed notion of btree handle from btree.c. It was unnecessary, as the
linux VFS doesn't allow us to keep any state between calls. Updated
dir.c, namei.c befs_fs.h to account for it. [WD]
......@@ -312,9 +312,9 @@ Version 0.4 (2001-10-28)
==========
* Fixed a misunderstanding of the inode fields.
This fixed the problmem with wrong file sizes from du and others.
The i_blocks field of the inode struct is not the nuber of blocks for the
The i_blocks field of the inode struct is not the number of blocks for the
inode, it is the number of blocks for the file. Also, i_blksize is not
nessisarily the size of the inode, although in practice it works out.
necessarily the size of the inode, although in practice it works out.
Changed to blocksize of filesystem.
(fs/befs/inode.c)
......
......@@ -294,7 +294,7 @@
#define IW_PRIV_TYPE_FLOAT 0x5000 /* struct iw_freq */
#define IW_PRIV_TYPE_ADDR 0x6000 /* struct sockaddr */
#define IW_PRIV_SIZE_FIXED 0x0800 /* Variable or fixed nuber of args */
#define IW_PRIV_SIZE_FIXED 0x0800 /* Variable or fixed number of args */
#define IW_PRIV_SIZE_MASK 0x07FF /* Max number of those args */
......
......@@ -223,7 +223,7 @@
#define NR_HW_CH 32
/* maxinum nuber of AC97 codecs connected, AC97 2.0 defined 4, but 7018 and 4D-NX only
/* maximum number of AC97 codecs connected, AC97 2.0 defined 4, but 7018 and 4D-NX only
have 2 SDATA_IN lines (currently) */
#define NR_AC97 2
......
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