From a60b816fa76f7139aa4f5943a835d50a159b54a0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 17 Mar 2023 07:24:03 +0100 Subject: bsps/arm: Fix wording --- bsps/arm/shared/start/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsps') diff --git a/bsps/arm/shared/start/start.S b/bsps/arm/shared/start/start.S index ae4d48bab7..bc8753df93 100644 --- a/bsps/arm/shared/start/start.S +++ b/bsps/arm/shared/start/start.S @@ -196,7 +196,7 @@ _start: /* * Check that this is a configured processor. If not, then there is - * not much what can be done since we do not have a stack available for + * not much that can be done since we do not have a stack available for * this processor. Just loop forever in this case. */ ldr r1, =_SMP_Processor_configured_maximum -- cgit v1.2.3