From b40b2b1933934d93f88542518415458583c80e47 Mon Sep 17 00:00:00 2001 From: Werner Zeh Date: Mon, 27 Feb 2023 08:50:15 +0100 Subject: [PATCH] include/device/pci_def.h: Fix typo in comment Fix typo in the comment for Common Clock Configuration. Change-Id: Idd01e787458a9090d53b9a57547b8158480dcc16 Signed-off-by: Werner Zeh Reviewed-on: https://review.coreboot.org/c/coreboot/+/73311 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas Reviewed-by: Frans Hendriks --- src/include/device/pci_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/device/pci_def.h b/src/include/device/pci_def.h index c13e054616..69ff79d91a 100644 --- a/src/include/device/pci_def.h +++ b/src/include/device/pci_def.h @@ -431,7 +431,7 @@ #define PCI_EXP_LNKCAP_PORT 0xff000000 /* Port Number */ #define PCI_EXP_LNKCTL 16 /* Link Control */ #define PCI_EXP_LNKCTL_RL 0x20 /* Retrain Link */ -#define PCI_EXP_LNKCTL_CCC 0x40 /* Common Clock COnfiguration */ +#define PCI_EXP_LNKCTL_CCC 0x40 /* Common Clock Configuration */ #define PCI_EXP_EN_CLK_PM 0x100 /* Enable Clock Power Management */ #define PCI_EXP_LNKSTA 18 /* Link Status */ #define PCI_EXP_LNKSTA_LT 0x800 /* Link Training */