Typo fixes.

This commit is contained in:
Fotis Panagiotopoulos
2023-02-17 13:26:18 +02:00
committed by Alan Carvalho de Assis
parent 70ce4b4fc1
commit 85ceb7920e
60 changed files with 91 additions and 91 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ void stm32_boardinitialize(void)
* If CONFIG_BOARD_LATE_INITIALIZE is selected, then an additional
* initialization call will be performed in the boot-up sequence to a
* function called board_late_initialize(). board_late_initialize() will
* be called immediately after up_intitialize() is called and just before
* be called immediately after up_initialize() is called and just before
* the initial application is started. This additional initialization
* phase may be used, for example, to initialize board-specific device
* drivers.