diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-02-15 23:19:19 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-02-17 15:59:07 +0000 |
commit | 9c26605353873165805ce611d93e259a8545853e (patch) | |
tree | 0da35c514910ed1fd979e80ad2b0ac258209b64b /util/autoport | |
parent | 3465d2730ba130f5aed18cb356d09e7104af2280 (diff) |
util/autoport: Fix typo
Also reflow the paragraph in which the typo was hiding a bit.
Change-Id: I2fea01fe23af21c2540fa90154ce29af3e74776b
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38925
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Peter Lemenkov <lemenkov@gmail.com>
Diffstat (limited to 'util/autoport')
-rw-r--r-- | util/autoport/readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/autoport/readme.md b/util/autoport/readme.md index a964e06d87..9af08f40bc 100644 --- a/util/autoport/readme.md +++ b/util/autoport/readme.md @@ -355,9 +355,9 @@ Types are: ## `c*_acpower` and `c*_battery` -Which mwait states to match to which ACPI levels. Normall, there is no -need to modify anything unless your device has very special power -saving requirements. +Which mwait states to match to which ACPI levels. Normally, there is no +need to modify anything unless your device has very special power saving +requirements. ## `install_intel_vga_int15_handler` |