Author: infinoid
Date: Sat Jul 19 09:49:11 2008
New Revision: 29609

Modified:
   branches/pdd13pbc/src/packout.c

Log:
[src] Clarify the PackFile_pack_size() documentation slightly - the
returned size is in opcode_t units, not bytes.


Modified: branches/pdd13pbc/src/packout.c
==============================================================================
--- branches/pdd13pbc/src/packout.c     (original)
+++ branches/pdd13pbc/src/packout.c     Sat Jul 19 09:49:11 2008
@@ -27,8 +27,8 @@
 
 =item C<opcode_t PackFile_pack_size>
 
-Determine the size of the buffer needed in order to pack the PackFile
-into a contiguous region of memory.
+Determine the size (in opcode_t units) of the buffer needed in order to
+pack the PackFile into a contiguous region of memory.
 
 Must be run before C<PackFile_pack()>, so it will allocate an adequate
 buffer.

Reply via email to