diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2022-07-16 09:25:46 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-07-17 21:39:29 +0000 |
commit | b6daf297b308961dc22d7ffdcc27d4398ffd6aca (patch) | |
tree | 8c0f609b36ec00906a6ee8fda729d26996d1ab52 /src/commonlib/bsd/include | |
parent | 24f4e97dd4bfb2993e11de7d88c30455e941f330 (diff) |
commonlib: compiler.h: Improve wording in comment
It probably was supposed to be *making these names conistent …*, but
short that a little, and add a missing article.
Change-Id: If88ff6d7b0a61aa83d5822b5e1c0b5b4c9d3bb3c
Fixes: ac136250b26d ("commonlib: Substitude macro "__unused" in compiler.h")
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65884
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/commonlib/bsd/include')
-rw-r--r-- | src/commonlib/bsd/include/commonlib/bsd/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonlib/bsd/include/commonlib/bsd/compiler.h b/src/commonlib/bsd/include/commonlib/bsd/compiler.h index aada973749..2b06f87f75 100644 --- a/src/commonlib/bsd/include/commonlib/bsd/compiler.h +++ b/src/commonlib/bsd/include/commonlib/bsd/compiler.h @@ -16,7 +16,7 @@ #endif /* Because there may be variables/parameters whose name contains "__unused" in - header files of libc, namely musl, these names consistent with ones in the + header files of libc, namely musl, names consistent with the ones in the Linux kernel may be a better choice. */ /* This is used to mark identifiers unused in all conditions, e.g. a parameter |