summaryrefslogtreecommitdiff
path: root/ext/socket/option.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-26 10:43:53 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-26 10:43:53 +0000
commit9694fa95179125fd410a8f8081d866ba660369b7 (patch)
treec2c0c421fb0ed71bdc2183e940248d84ee110379 /ext/socket/option.c
parent6446be302b27e8ea203c9048de51a4d7757f2d4f (diff)
fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30385 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 fec8277da1..4e7f8735a4 100644
--- a/ext/socket/option.c
+++ b/ext/socket/option.c
@@ -429,7 +429,7 @@ inspect_timeval_as_interval(int level, int optname, VALUE data, VALUE ret)
* NetBSD 4 and FreeBSD 5 documented it.
* http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/src/share/man/man4/ip.4.diff?r1=1.16&r2=1.17
* http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/man/man4/ip.4.diff?r1=1.37;r2=1.38
- * FreeBSD 7.0 reomved it.
+ * FreeBSD 7.0 removed it.
* http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/man/man4/ip.4.diff?r1=1.49;r2=1.50
*
* RFC 1724 hack is not supported by Socket::Option#inspect because