summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/hast_compression.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/hastd/hast_compression.c')
-rw-r--r--sbin/hastd/hast_compression.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/hast_compression.c b/sbin/hastd/hast_compression.c
index 4f4a93a..f524eb1 100644
--- a/sbin/hastd/hast_compression.c
+++ b/sbin/hastd/hast_compression.c
@@ -55,7 +55,7 @@ allzeros(const void *data, size_t size)
* Because inside the loop we don't check at every step, we would
* get an answer only after walking through entire buffer.
* To return early if the buffer doesn't contain all zeros, we probe
- * 8 bytes at the begining, in the middle and at the end of the buffer
+ * 8 bytes at the beginning, in the middle and at the end of the buffer
* first.
*/
OpenPOWER on IntegriCloud