aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings/bcopy.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/strings/bcopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings/bcopy.c b/src/strings/bcopy.c
index fa44e87..1a674e2 100644
--- a/src/strings/bcopy.c
+++ b/src/strings/bcopy.c
@@ -23,7 +23,7 @@
/**
* Copy a memory segment to another, possibly overlapping, segment.
*
- * @etymology (B)uffer: (copy).
+ * @etymology (B)ytes: (copy).
*
* @param whence The source memory segment.
* @param whither The destination memory segment.