aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings/bzero.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/strings/bzero.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/bzero.c b/src/strings/bzero.c
index a3cb557..e581b94 100644
--- a/src/strings/bzero.c
+++ b/src/strings/bzero.c
@@ -23,6 +23,8 @@
/**
* Override a memory segment with zeroes.
*
+ * @etymology (B)uffer: (zero) out.
+ *
* @param segment The memory segment to override.
* @param size The size of the memory segment.
*/