diff options
author | Daniele Forsi <dforsi@gmail.com> | 2014-07-22 18:00:56 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-07-23 09:07:47 +0200 |
commit | 53847a211bd78a9cbf838f63f155368c641f7cd5 (patch) | |
tree | c0a72d2d52e7b70276aed0bcb15ebd8c794c8031 /src/console | |
parent | e34a6275eeebf324e921f8aa06e7c1c9fc0179f8 (diff) |
src/.../Kconfig: various small fixes to texts
Fixed spelling and added empty lines to separate the help
from the text automatically added during make menuconfig.
Change-Id: I6eee2c86e30573deb8cf0d42fda8b8329e1156c7
Signed-off-by: Daniele Forsi <dforsi@gmail.com>
Reviewed-on: http://review.coreboot.org/6313
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index 51371bc540..710cc6e17b 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -147,7 +147,7 @@ config CONSOLE_NE2K_DST_IP string "Destination IP of logging system" default "10.0.1.27" help - This is IP adress of the system running for example + This is IP address of the system running for example netcat command to dump the packets. config CONSOLE_NE2K_SRC_IP @@ -336,7 +336,7 @@ config POST_IO_PORT default 0x80 help POST codes on x86 are typically written to the LPC bus on port - 0x80. However, it may be desireable to change the port number + 0x80. However, it may be desirable to change the port number depending on the presence of coprocessors/microcontrollers or if the platform does not support IO in the conventional x86 manner. |