soc/amd/common: Fix typo

Change-Id: Ida6e87908ae6996529057c8df12dbe046ee54b98
Signed-off-by: Varshit Pandya <pandyavarshit@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80161
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Varshit Pandya 2024-01-24 22:31:38 +05:30 committed by Felix Held
parent 1e0bffc50d
commit 5844b23c3f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#include <device/pci_ids.h>
#include <soc/platform_descriptors.h>
/* Update gpp glk req config based on DXIO descriptors and enabled devices. */
/* Update gpp clk req config based on DXIO descriptors and enabled devices. */
void pcie_gpp_dxio_update_clk_req_config(enum gpp_clk_req *gpp_clk_config,
size_t gpp_clk_config_num)
{