diff options
author | Martin Roth <martinroth@google.com> | 2016-01-05 20:58:58 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-01-07 22:57:02 +0100 |
commit | 2ed0aa258f4bcbf978998ccd3a76f7b1c2d3d031 (patch) | |
tree | 3bb7459dcae2b0fa15ed409b1f7d3fb5f77af127 /src/superio | |
parent | 2e0d9447db22183e2d3393d84e221e8bb1613d45 (diff) | |
download | coreboot-2ed0aa258f4bcbf978998ccd3a76f7b1c2d3d031.tar.xz |
Correct some common spelling mistakes
- occured -> occurred
- accomodate -> accommodate
- existant -> existent
- asssertion -> assertion
- manangement -> management
- cotroller -> controller
Change-Id: Ibd6663752466d691fabbdc216ea05f2b58ac12d1
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12850
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/superio')
-rw-r--r-- | src/superio/winbond/w83627hf/acpi/superio.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627hf/acpi/superio.asl b/src/superio/winbond/w83627hf/acpi/superio.asl index f6509d46c7..ef4504c94e 100644 --- a/src/superio/winbond/w83627hf/acpi/superio.asl +++ b/src/superio/winbond/w83627hf/acpi/superio.asl @@ -17,7 +17,7 @@ * include this file into a mainboard's DSDT _SB device tree and it will expose the * W83627HF SuperIO and its functionality. * - * Devices are marked as nonexistant if they got 0x00000000 as I/O base address + * Devices are marked as nonexistent if they got 0x00000000 as I/O base address * (compatibility with legacy bios, which disables logical devices that way) * * It allows the change of IO ports, IRQs and DMA settings on most logical |