Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4608
-gerrit
commit dbcbae8aa22ae70f4cb1da8f0e56a8d1aa77fed9 Author: Paul Menzel paulepanter@users.sourceforge.net Date: Fri Jan 3 09:45:57 2014 +0100
device/Kconfig: Add third person singular s to lacks
Change-Id: I74be0dbbf8d99f58ac28bfac281ccd27d1500078 Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- src/device/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/device/Kconfig b/src/device/Kconfig index cb951d9..2d6e226 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.