aboutsummaryrefslogtreecommitdiffstats
path: root/transcode.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-11 05:14:36 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-11 05:14:36 +0000
commitd52dd0ba2d52f590a921db1de84ff1a166beaca7 (patch)
tree8e51859b41df1e369a50991b5057221e62f2e32b /transcode.c
parent946e97c54d4d5ef960a1800cc375425cbd83e5f9 (diff)
downloadruby-d52dd0ba2d52f590a921db1de84ff1a166beaca7.tar.gz
* transcode.c: fix a typo
[ci skip][fix GH-1091] Patch by @jwworth git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'transcode.c')
-rw-r--r--transcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/transcode.c b/transcode.c
index d5add7b6e7..39b4b0bab2 100644
--- a/transcode.c
+++ b/transcode.c
@@ -154,7 +154,7 @@ struct rb_econv_t {
typedef struct {
const char *sname;
const char *dname;
- const char *lib; /* null means means no need to load a library */
+ const char *lib; /* null means no need to load a library */
const rb_transcoder *transcoder;
} transcoder_entry_t;