diff options
Diffstat (limited to 'plat/arm/common/aarch64/arm_common.c')
-rw-r--r-- | plat/arm/common/aarch64/arm_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/common/aarch64/arm_common.c b/plat/arm/common/aarch64/arm_common.c index 42641837..d42009d7 100644 --- a/plat/arm/common/aarch64/arm_common.c +++ b/plat/arm/common/aarch64/arm_common.c @@ -109,7 +109,7 @@ uint32_t arm_get_spsr_for_bl32_entry(void) { /* * The Secure Payload Dispatcher service is responsible for - * setting the SPSR prior to entry into the BL3-2 image. + * setting the SPSR prior to entry into the BL32 image. */ return 0; } |