From 43e819e785319b864b53c170db14ca54a86a3339 Mon Sep 17 00:00:00 2001 From: Oren Cohen Date: Thu, 7 Mar 2019 01:08:24 +0200 Subject: [PATCH] Fix typo --- tools/psa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/psa/README.md b/tools/psa/README.md index 89b80c75e7..137bff2361 100644 --- a/tools/psa/README.md +++ b/tools/psa/README.md @@ -25,7 +25,7 @@ mbed-os holds 2 implementations of PSA: each implementation requires a set of auto generated files describing the secure partitions. * `generate_partition_code.py` - Generate files for both implementations. -* `generate_mbed_spm_partition_code.py` - Generate files for BMED_SPM. +* `generate_mbed_spm_partition_code.py` - Generate files for MBED_SPM. * `generate_tfm_partition_code.py` - Generate files for TF-M. * `mbed_spm_tfm_common.py` - Holds common functions for both.