summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*