From: Nikolas Nyby Date: Sat, 25 Aug 2018 23:10:54 +0000 (-0400) Subject: x86/Kconfig: Fix trivial typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e3a5dc08715abba646324fd8456282bd77798e9c;p=linux.git x86/Kconfig: Fix trivial typo Fix a typo in the Kconfig help text: adverticed -> advertised. Signed-off-by: Nikolas Nyby Signed-off-by: Thomas Gleixner Cc: trivial@kernel.org Cc: tglx@linutronix.de Cc: x86@kernel.org Link: https://lkml.kernel.org/r/20180825231054.23813-1-nikolas@gnu.org --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index c5ff296bc5d12..1a0be022f91d8 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -2843,7 +2843,7 @@ config X86_SYSFB This option, if enabled, marks VGA/VBE/EFI framebuffers as generic framebuffers so the new generic system-framebuffer drivers can be used on x86. If the framebuffer is not compatible with the generic - modes, it is adverticed as fallback platform framebuffer so legacy + modes, it is advertised as fallback platform framebuffer so legacy drivers like efifb, vesafb and uvesafb can pick it up. If this option is not selected, all system framebuffers are always marked as fallback platform framebuffers as usual.