aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings/bcmp.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/strings/bcmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings/bcmp.c b/src/strings/bcmp.c
index 73f98be..34c2849 100644
--- a/src/strings/bcmp.c
+++ b/src/strings/bcmp.c
@@ -23,7 +23,7 @@
/**
* This function is identical to `memcmp`.
*
- * @etymology (B)uffer: (c)o(mp)are.
+ * @etymology (B)ytes: (c)o(mp)are.
*
* @since Always.
*/