aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tztest/el3/tztest_el3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tztest/el3/tztest_el3.c b/tztest/el3/tztest_el3.c
index 2453428..424bf72 100644
--- a/tztest/el3/tztest_el3.c
+++ b/tztest/el3/tztest_el3.c
@@ -15,7 +15,7 @@ uint32_t el3_check_smc()
uint32_t cpsr = READ_CPSR();
- TEST_MSG("Checking monitor mode... ");
+ TEST_MSG("Checking monitor mode");
TEST_CONDITION(CPSR_M_MON == (cpsr & CPSR_M_MON));
// Test: Check that CPSR.A/I.F are set to 1 on exception to mon mode