diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-03 17:46:28 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-03 17:46:28 +0000 |
| commit | 3b50d03ae9c188fdb90ee7a625ba155f665aa8e0 (patch) | |
| tree | 6c83191a7891bfb4449e4c61bcf944ae968319b7 /pack.c | |
| parent | 719e53d806d4ccc8ff28206dfb98cc8e75a2b3c1 (diff) | |
| download | ruby-3b50d03ae9c188fdb90ee7a625ba155f665aa8e0.tar.gz ruby-3b50d03ae9c188fdb90ee7a625ba155f665aa8e0.tar.xz ruby-3b50d03ae9c188fdb90ee7a625ba155f665aa8e0.zip | |
fix typos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'pack.c')
| -rw-r--r-- | pack.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -166,7 +166,7 @@ swapd(const double d) memcpy(&dtmp,utmp,sizeof(double)); return dtmp; } -#else /* SIZEOF_DOUBLE == 8 but undivied by known size of int */ +#else /* SIZEOF_DOUBLE == 8 but undivide by known size of int */ define_swapx(d, double) #endif /* #if SIZEOF_SHORT == 4 */ #endif /* #if SIZEOF_LONG == 4 */ @@ -428,7 +428,7 @@ static unsigned long utf8_to_uv(const char*,long*); * u | UU-encoded string * V | Long, little-endian byte order * v | Short, little-endian byte order - * w | BER-compressed integer\fnm + * w | BER-compressed integer * X | Back up a byte * x | Null byte * Z | Same as ``a'', except that null is added with * @@ -1287,7 +1287,7 @@ infected_str_new(const char *ptr, long len, VALUE str) * | | short in network byte order * -------+---------+----------------------------------------- * P | String | treat sizeof(char *) characters as a - * | | pointer, and return \emph{len} characters + * | | pointer, and return the length bytes * | | from the referenced location * -------+---------+----------------------------------------- * p | String | treat sizeof(char *) characters as a |
