summaryrefslogtreecommitdiff
path: root/services/std_svc
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2023-05-09 22:05:52 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-05-09 22:05:52 +0200
commit4bd8c929b4bc6e1731c2892b38d4a8c43e8e89dc (patch)
treef0aff986c8534c521f0826f9838061a5bea66414 /services/std_svc
parent269f3daefbfeb07904bacf7982a2105aa6275761 (diff)
parent1b491eead580d7849a45a38f2c6a935a5d8d1160 (diff)
downloadarm-trusted-firmware-4bd8c929b4bc6e1731c2892b38d4a8c43e8e89dc.tar.gz
Merge changes I1bfa797e,I0ec7a70e into integration
* changes: fix(tree): correct some typos fix(rockchip): use semicolon instead of comma
Diffstat (limited to 'services/std_svc')
-rw-r--r--services/std_svc/drtm/drtm_measurements.c2
-rw-r--r--services/std_svc/spm/el3_spmc/spmc_setup.c2
-rw-r--r--services/std_svc/spm/spm_mm/spm_mm_main.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/services/std_svc/drtm/drtm_measurements.c b/services/std_svc/drtm/drtm_measurements.c
index a8f2b3267..8d514b77f 100644
--- a/services/std_svc/drtm/drtm_measurements.c
+++ b/services/std_svc/drtm/drtm_measurements.c
@@ -47,7 +47,7 @@ static int drtm_event_log_measure_and_record(uintptr_t data_base,
metadata.pcr = pcr;
/*
- * Measure the payloads requested by D-CRTM and DCE commponents
+ * Measure the payloads requested by D-CRTM and DCE components
* Hash algorithm decided by the Event Log driver at build-time
*/
rc = event_log_measure(data_base, data_size, hash_data);
diff --git a/services/std_svc/spm/el3_spmc/spmc_setup.c b/services/std_svc/spm/el3_spmc/spmc_setup.c
index 8ebae2852..6de25f64b 100644
--- a/services/std_svc/spm/el3_spmc/spmc_setup.c
+++ b/services/std_svc/spm/el3_spmc/spmc_setup.c
@@ -90,7 +90,7 @@ static void spmc_create_boot_info(entry_point_info_t *ep_info,
boot_header->offset_boot_info_desc);
/*
- * We must use the FF-A version coresponding to the version implemented
+ * We must use the FF-A version corresponding to the version implemented
* by the SP. Currently this can only be v1.1.
*/
boot_header->version = sp->ffa_version;
diff --git a/services/std_svc/spm/spm_mm/spm_mm_main.c b/services/std_svc/spm/spm_mm/spm_mm_main.c
index 8525cd27c..1ff7bb77c 100644
--- a/services/std_svc/spm/spm_mm/spm_mm_main.c
+++ b/services/std_svc/spm/spm_mm/spm_mm_main.c
@@ -254,7 +254,7 @@ static uint64_t mm_communicate(uint32_t smc_fid, uint64_t mm_cookie,
/*
* The current secure partition design mandates
* - at any point, only a single core can be
- * executing in the secure partiton.
+ * executing in the secure partition.
* - a core cannot be preempted by an interrupt
* while executing in secure partition.
* Raise the running priority of the core to the