1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

spelling: s/initialisation/initialization/

This commit is contained in:
Alexandre Abadie 2017-09-05 11:32:14 +02:00
parent 60a9539733
commit a4b05c3d5c
5 changed files with 5 additions and 5 deletions

View File

@ -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);

View File

@ -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)

View File

@ -67,7 +67,7 @@ extern "C" {
/** @} */ /** @} */
/** /**
* @brief Board level initialisation * @brief Board level initialization
*/ */
void board_init(void); void board_init(void);

View File

@ -79,7 +79,7 @@ extern "C" {
/** @} */ /** @} */
/** /**
* @brief Board level initialisation * @brief Board level initialization
*/ */
void board_init(void); void board_init(void);

View File

@ -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