Skip to content
Snippets Groups Projects
Commit 9ea9b718 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #7566 from aabadie/typo_initialisation

spelling: s/initialisation/initialization/
parents ee50fb4c a4b05c3d
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ extern "C" { ...@@ -34,7 +34,7 @@ extern "C" {
#define TICKS_PER_US (15) #define TICKS_PER_US (15)
/** /**
* @brief Board level initialisation * @brief Board level initialization
*/ */
void board_init(void); void board_init(void);
......
...@@ -19,7 +19,7 @@ static void malta_reset(void) ...@@ -19,7 +19,7 @@ static void malta_reset(void)
void board_init(void) void board_init(void)
{ {
/* Board initialisation is done by the bootloader (u-boot) on Malta */ /* Board initialization is done by the bootloader (u-boot) on Malta */
} }
void pm_reboot(void) void pm_reboot(void)
......
...@@ -67,7 +67,7 @@ extern "C" { ...@@ -67,7 +67,7 @@ extern "C" {
/** @} */ /** @} */
/** /**
* @brief Board level initialisation * @brief Board level initialization
*/ */
void board_init(void); void board_init(void);
......
...@@ -79,7 +79,7 @@ extern "C" { ...@@ -79,7 +79,7 @@ extern "C" {
/** @} */ /** @} */
/** /**
* @brief Board level initialisation * @brief Board level initialization
*/ */
void board_init(void); void board_init(void);
......
...@@ -915,7 +915,7 @@ Core ...@@ -915,7 +915,7 @@ Core
Network Stack Network Stack
--- ---
+ Introduction of netstats in several platforms. + Introduction of netstats in several platforms.
* RPL optional auto initialisation * RPL optional auto initialization
Packages Packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment