soc/intel/common: systemagent: Fix typo in HAVE_BDSM_BGSM_REGISTER help text

regist*re*s → regist*er*s

Change-Id: Ie5f5cb481f0fac335e592fd3f1f56d5462e37c1e
Fixes: 2b0b2ef9a2 ("soc/intel/common/systemagent: select CAPID_A, BDSM and BGSM by Kconfig")
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84492
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com>
This commit is contained in:
Paul Menzel 2024-09-22 21:00:00 +02:00 committed by Felix Held
commit ec7e41dd75

View file

@ -53,6 +53,6 @@ config HAVE_BDSM_BGSM_REGISTER
bool
default y
help
Specify if the SOC has BDSM and BGSM registres.
Specify if the SOC has BDSM and BGSM registers.
endif