Re: [PATCH] 2.6.16.18 - spelling fix

From: Neil Brown
Date: Sun May 28 2006 - 18:59:05 EST


On Saturday May 27, jpiszcz@xxxxxxxxxxxxxxx wrote:
> I was experimenting with Linux SW raid today and found a spelling error
> when reading the help menus...
>
> Patch attached, not sure if this is the right place to send it or if
> patches go to Andrew Morton (misc ones like this)...

Thanks....
but more helpful than a spelling fix would be a chunk of elisp that I
could stick in my .emacs, which would automatically turn on flyspell
mode in Kconfig files, and inside comments in .c and .h files.

The first bit is probably trivial. The second has got to be
possible...

Or maybe just keep posting patches like this in the hope of shaming
people like me into learning how to spell....

;-)

Thanks.

NeilBrown

>
> Justin.
>
> diff -uprN linux-2.6.16.18/drivers/md/Kconfig linux-2.6.16.18-diff/drivers/md/Kconfig
> --- linux-2.6.16.18/drivers/md/Kconfig 2006-05-22 14:04:35.000000000 -0400
> +++ linux-2.6.16.18-diff/drivers/md/Kconfig 2006-05-27 20:14:50.501458687 -0400
> @@ -90,7 +90,7 @@ config MD_RAID10
> depends on BLK_DEV_MD && EXPERIMENTAL
> ---help---
> RAID-10 provides a combination of striping (RAID-0) and
> - mirroring (RAID-1) with easier configuration and more flexable
> + mirroring (RAID-1) with easier configuration and more flexible
> layout.
> Unlike RAID-0, but like RAID-1, RAID-10 requires all devices to
> be the same size (or at least, only as much as the smallest device
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/