]> mj.ucw.cz Git - libucw.git/commitdiff
A little grammar fix.
authorMartin Mares <mj@ucw.cz>
Fri, 25 Jun 2004 17:44:29 +0000 (17:44 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 25 Jun 2004 17:44:29 +0000 (17:44 +0000)
lib/buck2obj.h

index 6ea274d422cf28ce1dbcaa75b845be642b1183d8..ea267723b1530b371aea57b91a7c8b647ff0ec2b 100644 (file)
@@ -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
+   * case, you must call bflush(body) before you do anything else than
    * sequential read.  */