summaryrefslogtreecommitdiff
path: root/ext/socket/option.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-20 22:52:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-20 22:52:17 +0000
commit6cfa67afe75e7d2c7d1178ed8a9a30fa6b9a594c (patch)
tree9693bf71f146e07d0ede06cffc9b5d3dd6d9f7ca /ext/socket/option.c
parent8b5694d5e87e47e349ae30e0e10260f41cb236eb (diff)
ext/socket/option.c: fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/socket/option.c')
-rw-r--r--ext/socket/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/option.c b/ext/socket/option.c
index 2aa0768368..00e6be6378 100644
--- a/ext/socket/option.c
+++ b/ext/socket/option.c
@@ -597,7 +597,7 @@ inspect_timeval_as_interval(int level, int optname, VALUE data, VALUE ret)
*
* However Linux and FreeBSD setsockname accepts int argument
* as well as u_char.
- * Thier getsockname returns int.
+ * Their getsockname returns int.
*
* There are 3 socket options which takes a struct.
*