Skip to content

Commit

Permalink
edac: Kconfig: fix the meaning of EDAC abbreviation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
GeunSik Lim authored and torvalds committed Jun 18, 2009
1 parent 20ea8fa commit e24aca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/edac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e24aca6

Please sign in to comment.