From 55e31a9e335943ef26d182ade53103df367e8745 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 16 Dec 2014 20:53:49 -0700 Subject: southbridge/amd amd81XX, cs553X & sr5650 spelling fixes Trivial fixes, but the editor highlights them, and it's easy to go through a bunch of files while I'm otherwise idle. Change-Id: Ice5d8ce9408356c866a9a2ee5a03f704f55ddc2a Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/7842 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan Reviewed-by: Paul Menzel --- src/southbridge/amd/amd8132/bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/amd/amd8132') diff --git a/src/southbridge/amd/amd8132/bridge.c b/src/southbridge/amd/amd8132/bridge.c index 88e421e7cc..eecb11b0e8 100644 --- a/src/southbridge/amd/amd8132/bridge.c +++ b/src/southbridge/amd/amd8132/bridge.c @@ -263,7 +263,7 @@ static void amd8132_pcix_init(device_t dev) pci_write_config32(dev, 0x48, dword); dword = pci_read_config32(dev, 0x4c); - dword |= (1<<6); //intial prefetch for memory read line request + dword |= (1<<6); //Initial prefetch for memory read line request dword |= (1<<9); //continuous prefetch Enable for memory read line request pci_write_config32(dev, 0x4c, dword); -- cgit v1.2.3