diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-14 03:09:26 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-14 03:09:26 +0000 |
commit | 59b2dc2cf2c24a9f9ea5e635a31b49ef4c1ef05a (patch) | |
tree | 1bb913fae07ce73b39f0041b1640e503d193608d /src/northbridge | |
parent | cb69cb3e69425079d2046c7883865485f2c00dc4 (diff) | |
download | coreboot-59b2dc2cf2c24a9f9ea5e635a31b49ef4c1ef05a.tar.xz |
White space and typo fixes. This makes it easier to compare the s2895 & s2892.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4773 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/amd/amdk8/resourcemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdk8/resourcemap.c b/src/northbridge/amd/amdk8/resourcemap.c index 0bae190a73..ccb36745de 100644 --- a/src/northbridge/amd/amdk8/resourcemap.c +++ b/src/northbridge/amd/amdk8/resourcemap.c @@ -245,7 +245,7 @@ static void setup_default_resource_map(void) * [23:16] Bus Number Base i * This field defines the lowest bus number in configuration region i * [31:24] Bus Number Limit i - * This field defines the highest bus number in configuration regin i + * This field defines the highest bus number in configuration region i */ PCI_ADDR(0, 0x18, 1, 0xE0), 0x0000FC88, 0xff000003, PCI_ADDR(0, 0x18, 1, 0xE4), 0x0000FC88, 0x00000000, |