aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings/bcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/bcopy.c')
-rw-r--r--src/strings/bcopy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/bcopy.c b/src/strings/bcopy.c
index 47bbc1c..1abeb7c 100644
--- a/src/strings/bcopy.c
+++ b/src/strings/bcopy.c
@@ -23,6 +23,8 @@
/**
* Copy a memory segment to another, possibly overlapping, segment.
*
+ * @etymology (B)uffer: (copy).
+ *
* @param whence The source memory segment.
* @param whither The destination memory segment.
* @param size The number of bytes to copy.