diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:33:02 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-08 13:08:52 +0300 |
| commit | a1a62ced51bd33716c79719246ac969447acadb2 (patch) | |
| tree | 9ab0cd9c30179efafcce953e5e379defc8734fd5 /include/hw/pci | |
| parent | 528ea579c93b19b95c9a190c5ae4d42473401979 (diff) | |
| download | focaccia-qemu-a1a62ced51bd33716c79719246ac969447acadb2.tar.gz focaccia-qemu-a1a62ced51bd33716c79719246ac969447acadb2.zip | |
include/: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'include/hw/pci')
| -rw-r--r-- | include/hw/pci/pcie_aer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/pci/pcie_aer.h b/include/hw/pci/pcie_aer.h index 1234fdc4e2..4a9f0ea69d 100644 --- a/include/hw/pci/pcie_aer.h +++ b/include/hw/pci/pcie_aer.h @@ -40,7 +40,7 @@ struct PCIEAERLog { * The specified value will be clipped down to PCIE_AER_LOG_MAX_LIMIT * to avoid unreasonable memory usage. * I bet that 128 log size would be big enough, otherwise too many errors - * for system to function normaly. But could consecutive errors occur? + * for system to function normally. But could consecutive errors occur? */ #define PCIE_AER_LOG_MAX_DEFAULT 8 #define PCIE_AER_LOG_MAX_LIMIT 128 |