summaryrefslogtreecommitdiffstats
path: root/src/commonlib/bsd/include/commonlib
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2022-07-16 09:25:46 +0200
committerMartin L Roth <gaumless@tutanota.com>2022-07-17 21:39:29 +0000
commitb6daf297b308961dc22d7ffdcc27d4398ffd6aca (patch)
tree8c0f609b36ec00906a6ee8fda729d26996d1ab52 /src/commonlib/bsd/include/commonlib
parent24f4e97dd4bfb2993e11de7d88c30455e941f330 (diff)
downloadcoreboot-b6daf297b308961dc22d7ffdcc27d4398ffd6aca.tar.gz
coreboot-b6daf297b308961dc22d7ffdcc27d4398ffd6aca.tar.bz2
coreboot-b6daf297b308961dc22d7ffdcc27d4398ffd6aca.zip
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/commonlib')
-rw-r--r--src/commonlib/bsd/include/commonlib/bsd/compiler.h2
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 aada97374970..2b06f87f7571 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