aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings/bcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/bcmp.c')
-rw-r--r--src/strings/bcmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/bcmp.c b/src/strings/bcmp.c
index 3693354..23e6126 100644
--- a/src/strings/bcmp.c
+++ b/src/strings/bcmp.c
@@ -22,6 +22,8 @@
/**
* This function is identical to `memcmp`.
+ *
+ * @etymology (B)uffer: (c)o(mp)are.
*/
int bcmp(const void* a, const void* b, size_t size)
{