Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3a5dc08 authored by Nikolas Nyby's avatar Nikolas Nyby Committed by Thomas Gleixner
Browse files

x86/Kconfig: Fix trivial typo



Fix a typo in the Kconfig help text: adverticed -> advertised.

Signed-off-by: default avatarNikolas Nyby <nikolas@gnu.org>
Signed-off-by: default avatarThomas 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
parent cc51e542
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.