diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-06-26 05:30:54 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-06-26 20:31:19 +0200 |
commit | efa8a9dc214946ae0fdf285e6fb8849885117d9a (patch) | |
tree | 9aa5a34823020c42f43effb64532ce84af29140d /src/mainboard/amd/inagua | |
parent | d874757a4f92bc30d1727de47617c9cce6dc6d0a (diff) | |
download | coreboot-efa8a9dc214946ae0fdf285e6fb8849885117d9a.tar.xz |
AMD boards: Fix typos
Change-Id: I22180c3c2987396717864f04c59560029d088d53
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/6111
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/mainboard/amd/inagua')
-rw-r--r-- | src/mainboard/amd/inagua/platform_cfg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/inagua/platform_cfg.h b/src/mainboard/amd/inagua/platform_cfg.h index a71412f6e7..4bd6a0e581 100644 --- a/src/mainboard/amd/inagua/platform_cfg.h +++ b/src/mainboard/amd/inagua/platform_cfg.h @@ -199,8 +199,8 @@ /** * @def SB_GPP_UNHIDE_PORTS - * TRUE - ports visable always, even port empty - * FALSE - ports invisable if port empty + * TRUE - ports visible always, even port empty + * FALSE - ports invisible if port empty */ #define SB_GPP_UNHIDE_PORTS FALSE |