[q-lang-cvs] q/modules/clib clib.q,1.33,1.34
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-18 11:20:46
|
Update of /cvsroot/q-lang/q/modules/clib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5156/modules/clib Modified Files: clib.q Log Message: fix typo in comment Index: clib.q =================================================================== RCS file: /cvsroot/q-lang/q/modules/clib/clib.q,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** clib.q 18 Jan 2008 10:06:05 -0000 1.33 --- clib.q 18 Jan 2008 11:20:42 -0000 1.34 *************** *** 262,266 **** following functions provide read/write access to the elements of such C vectors. Note that the given index argument I is interpreted relative to ! the corresponding element type. Thus, e.g., get_uint32 B I returns the Ith 32 bit integer rather than the integer at byte offset I. */ --- 262,266 ---- following functions provide read/write access to the elements of such C vectors. Note that the given index argument I is interpreted relative to ! the corresponding element type. Thus, e.g., get_int32 B I returns the Ith 32 bit integer rather than the integer at byte offset I. */ |