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:
Paul Menzel 2022-07-16 09:25:46 +02:00 committed by Martin L Roth
parent 24f4e97dd4
commit b6daf297b3
1 changed files with 1 additions and 1 deletions

View File

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