diff options
author | Lijian Zhao <lijian.zhao@intel.com> | 2018-12-10 21:05:13 -0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-19 05:23:58 +0000 |
commit | 7182b477eb7d717b2838d4750a9c7f78b6043d7c (patch) | |
tree | be89ba13d50866fc5511fcf20114c22d045c77af /src/soc/intel/cannonlake | |
parent | 21c8f9cab3e52e811c60e141c274e9504feb195b (diff) |
soc/intel/cannonlake: Amend comment typo
Fix typo of "VGOIO" back to "VGPIO".
Signed-off-by: Lijian Zhao <lijian.zhao@intel.com>
Change-Id: Ia2b7cb0e5fe2817acc3e3f4656b98dc2462b397f
Reviewed-on: https://review.coreboot.org/c/30147
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Bora Guvendik <bora.guvendik@intel.com>
Diffstat (limited to 'src/soc/intel/cannonlake')
-rw-r--r-- | src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h b/src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h index a1ce8c46ac..cb184c9b0c 100644 --- a/src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h +++ b/src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h @@ -196,7 +196,7 @@ #define GPP_H21 138 #define GPP_H22 139 #define GPP_H23 140 -/* Group VGOIO */ +/* Group VGPIO */ #define GPIO_RSVD_13 141 #define GPIO_RSVD_14 142 #define GPIO_RSVD_15 143 |