aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/amd8111/early_ctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/amd8111/early_ctrl.c')
-rw-r--r--src/southbridge/amd/amd8111/early_ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/amd8111/early_ctrl.c b/src/southbridge/amd/amd8111/early_ctrl.c
index aa323e45a0..d04646cf85 100644
--- a/src/southbridge/amd/amd8111/early_ctrl.c
+++ b/src/southbridge/amd/amd8111/early_ctrl.c
@@ -68,7 +68,7 @@ void enable_fid_change_on_sb(unsigned sbbusn, unsigned sbdn)
pci_write_config8(dev, 0x74, 4);
- /* set VFSMAF ( VID/FID System Management Action Field) to 2 */
+ /* set VFSMAF (VID/FID System Management Action Field) to 2 */
pci_write_config32(dev, 0x70, 2<<12);
}