[rtems commit] bsps/arm: Fix wording
    Sebastian Huber 
    sebh at rtems.org
       
    Fri Mar 17 06:08:32 UTC 2023
    
    
  
Module:    rtems
Branch:    master
Commit:    a60b816fa76f7139aa4f5943a835d50a159b54a0
Changeset: http://git.rtems.org/rtems/commit/?id=a60b816fa76f7139aa4f5943a835d50a159b54a0
Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Mar 17 07:24:03 2023 +0100
bsps/arm: Fix wording
---
 bsps/arm/shared/start/start.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
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
    
    
More information about the vc
mailing list