From f816c3930040ec8c870a6e811c9ba9872ec09558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B8e?= Date: Mon, 26 Mar 2018 15:31:06 +0200 Subject: [PATCH] init.h: Fix english in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor fix to broken english in a comment. Signed-off-by: Sebastian Bøe --- include/init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/init.h b/include/init.h index e0e58ae38dc..43501db2903 100644 --- a/include/init.h +++ b/include/init.h @@ -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__)