diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-12-27 15:21:58 +0100 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2013-12-27 19:49:46 +0100 |
commit | 475e1b9095d15c02daa6bf41a88d5e1245ed10be (patch) | |
tree | 05b8f5cd6d04d631d723e0df29cf554adc414760 /src/southbridge/via/vt8237r/lpc.c | |
parent | ba6c2663ed45b6bd82e324ede4e903176181dcfa (diff) | |
download | coreboot-475e1b9095d15c02daa6bf41a88d5e1245ed10be.tar.xz |
via: Write »access« without »m« at end
The comment was copied around so fix all occurrences using the following
command.
$ git grep -l accessm | xargs sed -i 's/accessm/access/g'
Change-Id: I46e117c126c0f851cd5e95cf9e42a77ca5f80996
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/4577
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/southbridge/via/vt8237r/lpc.c')
-rw-r--r-- | src/southbridge/via/vt8237r/lpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8237r/lpc.c b/src/southbridge/via/vt8237r/lpc.c index d8251a08fa..4949de6560 100644 --- a/src/southbridge/via/vt8237r/lpc.c +++ b/src/southbridge/via/vt8237r/lpc.c @@ -215,7 +215,7 @@ static void setup_pm(device_t dev) /* Disable GP3 timer. */ pci_write_config8(dev, 0x98, 0); - /* Enable ACPI accessm RTC signal gated with PSON. */ + /* Enable ACPI access RTC signal gated with PSON. */ pci_write_config8(dev, 0x81, 0x84); /* Clear status events. */ |