summaryrefslogtreecommitdiff
path: root/pack.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-06 18:14:25 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-06 18:14:25 +0000
commit2d7a5f6553a14431741f1469d76b774e4d6ac4c3 (patch)
tree84199d34ea950512a293e7d5f12d26efdd89acac /pack.c
parent604a1e2e22b1e8a841a6d3f6d0c870eb504306f3 (diff)
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'pack.c')
-rw-r--r--pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pack.c b/pack.c
index be454f2745..e8c5f391ba 100644
--- a/pack.c
+++ b/pack.c
@@ -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)