summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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