dect
/
linux-2.6
Archived
13
0
Fork 0

edac: Kconfig: fix the meaning of EDAC abbreviation

Fix the meaning of EDAC(Error Detection And Correction) correctly.

[akpm@linux-foundation.org: add missing space]
Signed-off-by: GeunSik Lim <geunsik.lim@samsung.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Acked-by: Doug Thompson <dougthompson@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
GeunSik Lim 2009-06-17 16:28:02 -07:00 committed by Linus Torvalds
parent 20ea8fad9e
commit e24aca672f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#
menuconfig EDAC
bool "EDAC - error detection and reporting"
bool "EDAC (Error Detection And Correction) reporting"
depends on HAS_IOMEM
depends on X86 || PPC
help