diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2014-01-03 09:45:57 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2014-01-04 00:04:35 +0100 |
commit | fd3451d72d49cc08a2c2ad6fd5f9a4174b42b0e4 (patch) | |
tree | 74af1d2c76a566c13c2cbc00c0542cb846ef71a9 | |
parent | 812d624fd0384a5603c03a5055e9d0f7dd446dd4 (diff) | |
download | coreboot-fd3451d72d49cc08a2c2ad6fd5f9a4174b42b0e4.tar.xz |
device/Kconfig: Add third person singular s to lacks
Change-Id: I74be0dbbf8d99f58ac28bfac281ccd27d1500078
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/4608
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
-rw-r--r-- | src/device/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index cb951d928e..2d6e226fd9 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -32,7 +32,7 @@ config MAINBOARD_DO_NATIVE_VGA_INIT help Some mainboards, such as the Google Link, allow initializing the display without the need of a binary only VGA OPROM. Enabling this option may be - faster, but also lack flexibility in setting modes. + faster, but also lacks flexibility in setting modes. If unsure, say N. |