diff options
author | stomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-11-07 20:09:19 +0000 |
---|---|---|
committer | stomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-11-07 20:09:19 +0000 |
commit | bf6ea09c8fee6a27ec582b8962fdc13399832164 (patch) | |
tree | 991f51c426a4a9b0ed2afc2b7a6d624d1faa8ae5 /ext/socket/ifaddr.c | |
parent | 0f7fed9253007ce5c491440300d70205a82d7906 (diff) |
ext/socket/ifaddr.c: [DOC] fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/socket/ifaddr.c')
-rw-r--r-- | ext/socket/ifaddr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/ifaddr.c b/ext/socket/ifaddr.c index 4e2fc065c0..3c9548110e 100644 --- a/ext/socket/ifaddr.c +++ b/ext/socket/ifaddr.c @@ -262,7 +262,7 @@ ifaddr_dstaddr(VALUE self) * ifaddr.vhid => Integer * * Returns the vhid address of _ifaddr_. - * nil is returned if there is no vhid + * nil is returned if there is no vhid. */ static VALUE |