chore(cm): fix some typos in comments

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: I592439f1686c333c855de98a8e7d377ba1e6c498
This commit is contained in:
Manish Pandey 2024-07-16 21:47:59 +01:00
parent 765963334d
commit a822a22865

View file

@ -736,7 +736,7 @@ static void manage_extensions_common(cpu_context_t *ctx)
if (is_feat_trbe_supported()) { if (is_feat_trbe_supported()) {
/* /*
* Enable FEAT_SPE for Non-Secure and prohibit for Secure and * Enable FEAT_TRBE for Non-Secure and prohibit for Secure and
* Realm state. * Realm state.
*/ */
trbe_enable(ctx); trbe_enable(ctx);
@ -744,14 +744,14 @@ static void manage_extensions_common(cpu_context_t *ctx)
if (is_feat_trf_supported()) { if (is_feat_trf_supported()) {
/* /*
* Enable FEAT_SPE for Non-Secure and prohibit for Secure state. * Enable FEAT_TRF for Non-Secure and prohibit for Secure state.
*/ */
trf_enable(ctx); trf_enable(ctx);
} }
if (is_feat_brbe_supported()) { if (is_feat_brbe_supported()) {
/* /*
* Enable FEAT_SPE for Non-Secure and prohibit for Secure state. * Enable FEAT_BRBE for Non-Secure and prohibit for Secure state.
*/ */
brbe_enable(ctx); brbe_enable(ctx);
} }