init.h: Fix english in comment

Minor fix to broken english in a comment.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
Sebastian Bøe 2018-03-26 15:31:06 +02:00 committed by Anas Nashif
parent 8356045633
commit f816c39300

View file

@ -27,8 +27,8 @@ extern "C" {
#define _SYS_INIT_LEVEL_APPLICATION 3
/* Counter use to avoid issues if two or more system devices are declared
* in the same C file with the same init function
/* A counter is used to avoid issues when two or more system devices
* are declared in the same C file with the same init function.
*/
#define _SYS_NAME(init_fn) _CONCAT(_CONCAT(sys_init_, init_fn), __COUNTER__)