aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb700/hda.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/sb700/hda.c')
-rw-r--r--src/southbridge/amd/sb700/hda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/sb700/hda.c b/src/southbridge/amd/sb700/hda.c
index 61cc5859d8..308b08cc32 100644
--- a/src/southbridge/amd/sb700/hda.c
+++ b/src/southbridge/amd/sb700/hda.c
@@ -53,7 +53,7 @@ static int set_bits(u32 port, u32 mask, u32 val)
dword &= mask;
} while ((dword != val) && --count);
- /* Timeout occured */
+ /* Timeout occurred */
if (!count)
return -1;
return 0;