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:29:31 +0200 |
commit | 6533b83c827c5a776668776d8cf9f7b99270adfa (patch) | |
tree | a733449c9ab35bb2d49c38ea446c9f456b52c8a4 /src/mainboard/amd/torpedo | |
parent | 9533d836d77cf126ef3954eaf8f1e3acd0a1356a (diff) |
AMD boards: Fix typos
Change-Id: I090e98fbf28595d3917ef84e19bd6d6742f11b94
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/6108
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/mainboard/amd/torpedo')
-rw-r--r-- | src/mainboard/amd/torpedo/platform_cfg.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/amd/torpedo/platform_cfg.h b/src/mainboard/amd/torpedo/platform_cfg.h index bc69938ff9..de4e89d426 100644 --- a/src/mainboard/amd/torpedo/platform_cfg.h +++ b/src/mainboard/amd/torpedo/platform_cfg.h @@ -272,25 +272,25 @@ /** * @section INCHIP_USB_CINFIG INCHIP_USB_CINFIG * - * - Usb Ohci1 Contoller is define at BIT0 + * - Usb Ohci1 Controller is define at BIT0 * 0:Disable 1:Enable * (Bus 0 Dev 18 Func0) - * - Usb Ehci1 Contoller is define at BIT1 + * - Usb Ehci1 Controller is define at BIT1 * 0:Disable 1:Enable * (Bus 0 Dev 18 Func2) - * - Usb Ohci2 Contoller is define at BIT2 + * - Usb Ohci2 Controller is define at BIT2 * 0:Disable 1:Enable * (Bus 0 Dev 19 Func0) - * - Usb Ehci2 Contoller is define at BIT3 + * - Usb Ehci2 Controller is define at BIT3 * 0:Disable 1:Enable * (Bus 0 Dev 19 Func2) - * - Usb Ohci3 Contoller is define at BIT4 + * - Usb Ohci3 Controller is define at BIT4 * 0:Disable 1:Enable * (Bus 0 Dev 22 Func0) - * - Usb Ehci3 Contoller is define at BIT5 + * - Usb Ehci3 Controller is define at BIT5 * 0:Disable 1:Enable * (Bus 0 Dev 22 Func2) - * - Usb Ohci4 Contoller is define at BIT6 + * - Usb Ohci4 Controller is define at BIT6 * 0:Disable 1:Enable * (Bus 0 Dev 20 Func5) */ |