diff options
author | Martin Roth <martin.roth@se-eng.com> | 2014-12-09 13:50:58 -0700 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2014-12-17 16:54:03 +0100 |
commit | b348bb5cfb269ceedfea5dff3dd088cdcf31485a (patch) | |
tree | f031daf7073c891981b01e7f7e033b9ef2526aa9 /src/southbridge | |
parent | 7faff543da105342a48e8df5e5ec1562848bffb7 (diff) | |
download | coreboot-b348bb5cfb269ceedfea5dff3dd088cdcf31485a.tar.xz |
southbridge/ricoh: Spelling fixes
Change-Id: I1d000762ed6cc1fa6a274ad6016cf7192eeffea0
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/7732
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/ricoh/rl5c476/rl5c476.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/ricoh/rl5c476/rl5c476.c b/src/southbridge/ricoh/rl5c476/rl5c476.c index ab139576b8..4810942bec 100644 --- a/src/southbridge/ricoh/rl5c476/rl5c476.c +++ b/src/southbridge/ricoh/rl5c476/rl5c476.c @@ -83,7 +83,7 @@ static void rl5c476_init(device_t dev) * 16 bytes, 0x1e0 to 0x1ef. * Be warned that this is not a standard IDE address as * automatically detected by the likes of FILO, and would need - * patching to recognise these addresses as an IDE drive. + * patching to recognize these addresses as an IDE drive. * * An earlier version of this driver set up 2 I/O windows to * emulate the expected addresses for IDE2, however the PCMCIA |