Skip to content

Commit e3a5dc0

Browse files
nikolasKAGA-KOKO
authored andcommitted
x86/Kconfig: Fix trivial typo
Fix a typo in the Kconfig help text: adverticed -> advertised. Signed-off-by: Nikolas Nyby <nikolas@gnu.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: trivial@kernel.org Cc: tglx@linutronix.de Cc: x86@kernel.org Link: https://lkml.kernel.org/r/20180825231054.23813-1-nikolas@gnu.org
1 parent cc51e54 commit e3a5dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2843,7 +2843,7 @@ config X86_SYSFB
28432843
This option, if enabled, marks VGA/VBE/EFI framebuffers as generic
28442844
framebuffers so the new generic system-framebuffer drivers can be
28452845
used on x86. If the framebuffer is not compatible with the generic
2846-
modes, it is adverticed as fallback platform framebuffer so legacy
2846+
modes, it is advertised as fallback platform framebuffer so legacy
28472847
drivers like efifb, vesafb and uvesafb can pick it up.
28482848
If this option is not selected, all system framebuffers are always
28492849
marked as fallback platform framebuffers as usual.

0 commit comments

Comments
 (0)