From 8614997369b011bdf83ba2c6a1636f400833ee3b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 25 Jun 2004 17:44:29 +0000 Subject: [PATCH] A little grammar fix. --- lib/buck2obj.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/buck2obj.h b/lib/buck2obj.h index 6ea274d4..ea267723 100644 --- a/lib/buck2obj.h +++ b/lib/buck2obj.h @@ -13,6 +13,6 @@ void buck2obj_free(struct buck2obj_buf *buf); void buck2obj_realloc(struct buck2obj_buf *buf, uns max_len); struct odes *obj_read_bucket(struct buck2obj_buf *buf, uns buck_type, struct fastbuf *body, uns want_body); /* If BCONFIG_CAN_OVERWRITE(body)==2, then the buffer of body has probably - * been tampered (unless the bucket is larger than the buffer). In such a - * case, you must call bflush(body) before you do anything else than + * been tampered with (unless the bucket is larger than the buffer). In such + * a case, you must call bflush(body) before you do anything else than * sequential read. */ -- 2.39.2