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: ac136250b2
("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>
This commit is contained in:
parent
24f4e97dd4
commit
b6daf297b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue