update doc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2011-05-06 18:14:25 +00:00
parent 604a1e2e22
commit 2d7a5f6553
1 changed files with 1 additions and 1 deletions

2
pack.c
View File

@ -294,7 +294,7 @@ static unsigned long utf8_to_uv(const char*,long*);
* L | Integer | 32-bit unsigned, native endian (uint32_t)
* Q | Integer | 64-bit unsigned, native endian (uint64_t)
* | |
* c | Integer | 8-bit signed (char)
* c | Integer | 8-bit signed (signed char)
* s | Integer | 16-bit signed, native endian (int16_t)
* l | Integer | 32-bit signed, native endian (int32_t)
* q | Integer | 64-bit signed, native endian (int64_t)