aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings/bzero.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-25 11:47:49 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-25 11:47:49 +0100
commita99a66b75d866cf1cf9fb26f22330a981252afa7 (patch)
treebffa104c3d56c72a1245cfa6fab30b35f6587d5e /src/strings/bzero.c
parenttell in doc in which version things were introduced (diff)
downloadslibc-a99a66b75d866cf1cf9fb26f22330a981252afa7.tar.gz
slibc-a99a66b75d866cf1cf9fb26f22330a981252afa7.tar.bz2
slibc-a99a66b75d866cf1cf9fb26f22330a981252afa7.tar.xz
m etymology
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/strings/bzero.c')
-rw-r--r--src/strings/bzero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings/bzero.c b/src/strings/bzero.c
index a85bbda..01ba671 100644
--- a/src/strings/bzero.c
+++ b/src/strings/bzero.c
@@ -23,7 +23,7 @@
/**
* Override a memory segment with zeroes.
*
- * @etymology (B)uffer: (zero) out.
+ * @etymology (B)ytes: (zero) out.
*
* @param segment The memory segment to override.
* @param size The size of the memory segment.