diff options
Diffstat (limited to 'src/southbridge/amd/amd8131')
-rw-r--r-- | src/southbridge/amd/amd8131/bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/amd8131/bridge.c b/src/southbridge/amd/amd8131/bridge.c index d258450a06..e638fae74d 100644 --- a/src/southbridge/amd/amd8131/bridge.c +++ b/src/southbridge/amd/amd8131/bridge.c @@ -143,7 +143,7 @@ static void amd8131_pcix_tune_dev(device_t dev, void *ptr) if (max_read > limit_read) { max_read = limit_read; } - /* Look at the read size and the nubmer of siblings + /* Look at the read size and the number of siblings * and compute how many outstanding transactions I can have. */ if (max_read == 2) { |