aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb700/sb700_usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/sb700/sb700_usb.c')
-rw-r--r--src/southbridge/amd/sb700/sb700_usb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/southbridge/amd/sb700/sb700_usb.c b/src/southbridge/amd/sb700/sb700_usb.c
index 8ee6e37ac9..3b3ad584a7 100644
--- a/src/southbridge/amd/sb700/sb700_usb.c
+++ b/src/southbridge/amd/sb700/sb700_usb.c
@@ -83,7 +83,7 @@ static void usb_init2(struct device *dev)
usb2_bar0 = pci_read_config32(dev, 0x10) & ~0xFF;
printk(BIOS_INFO, "usb2_bar0=0x%x\n", usb2_bar0);
- /* RPR6.4 Enables the USB PHY auto calibration resister to match 45ohm resistence */
+ /* RPR6.4 Enables the USB PHY auto calibration resister to match 45ohm resistance */
dword = 0x00020F00;
write32(usb2_bar0 + 0xC0, dword);
@@ -105,8 +105,8 @@ static void usb_init2(struct device *dev)
pci_write_config32(dev, 0x50, dword);
#endif
- /* RPR6.13 Enabling Fix for EHCI Controller Dirver Yellow Sign Issue */
- /* RPR says it is just for A12. CIMM sets it when it is above A11. */
+ /* RPR6.13 Enabling Fix for EHCI Controller Driver Yellow Sign Issue */
+ /* RPR says it is just for A12. CIMx sets it when it is above A11. */
dword = pci_read_config32(dev, 0x50);
dword |= (1 << 20);
pci_write_config32(dev, 0x50, dword);