summaryrefslogtreecommitdiff
path: root/transcode.c
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-03 03:29:01 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-03 03:29:01 +0000
commitcb5217088bfa512c359cbcd5d2ec177590bd13f0 (patch)
treef35c202efe9079a040fb66fe659604109d64e74b /transcode.c
parent7aa308f8842c47e4d2e49a491a1c80ee85920b45 (diff)
trivial changes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'transcode.c')
-rw-r--r--transcode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/transcode.c b/transcode.c
index 0178ce7f7f..ec5f93ce1e 100644
--- a/transcode.c
+++ b/transcode.c
@@ -2939,7 +2939,7 @@ make_encobj(const char *name)
*
* Returns nil if the argument is an ASCII compatible encoding.
*
- * "corresponding ASCII compatible encoding" is a ASCII compatible encoding which
+ * "corresponding ASCII compatible encoding" is an ASCII compatible encoding which
* can represents exactly the same characters as the given ASCII incompatible encoding.
* So, no conversion undefined error occurs when converting between the two encodings.
*
@@ -3582,7 +3582,7 @@ econv_result_to_symbol(rb_econv_result_t res)
* primitive_convert converts source_buffer into destination_buffer.
*
* source_buffer should be a string or nil.
- * nil means a empty string.
+ * nil means an empty string.
*
* destination_buffer should be a string.
*