]> mj.ucw.cz Git - libucw.git/blobdiff - images/object.c
more MJ's corrections... to be continue
[libucw.git] / images / object.c
index d817e1c92f10c519d087073e316c2f10fc5fd242..0375fdd906e9fb503fb96a68707d2ce7f5dea963 100644 (file)
@@ -87,7 +87,7 @@ error:
 void
 put_image_obj_signature(struct odes *o, struct image_signature *sig)
 {
-  /* signatures should be short enough to fit one attribute */
+  /* signatures should be short enough to in a single attribute */
   byte buf[MAX_ATTR_SIZE];
   uns size = image_signature_size(sig->len);
   ASSERT(MAX_ATTR_SIZE > BASE224_ENC_LENGTH(size));