summaryrefslogtreecommitdiff
path: root/include/ruby/internal/intern/select
diff options
context:
space:
mode:
authorspaette <[email protected]>2022-08-27 16:09:55 -0500
committerTakashi Kokubun <[email protected]>2022-08-27 14:42:55 -0700
commita797ded8e2637de91dd4dd5b54bed515f6cda08a (patch)
treeb1fe90d7eb98d742ee9860bb234f9771c52f21c5 /include/ruby/internal/intern/select
parent95d2d7920c97d0502ebed4ba439177325ad05e57 (diff)
typos
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6290
Diffstat (limited to 'include/ruby/internal/intern/select')
-rw-r--r--include/ruby/internal/intern/select/posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/intern/select/posix.h b/include/ruby/internal/intern/select/posix.h
index 5f828e66e2..0a9b0b2e51 100644
--- a/include/ruby/internal/intern/select/posix.h
+++ b/include/ruby/internal/intern/select/posix.h
@@ -136,7 +136,7 @@ rb_fd_max(const rb_fdset_t *f)
}
/** @cond INTERNAL_MACRO */
-/* :FIXME: What are these? They don't exist for shibling implementations. */
+/* :FIXME: What are these? They don't exist for sibling implementations. */
#define rb_fd_init_copy(d, s) (*(d) = *(s))
#define rb_fd_term(f) ((void)(f))
/** @endcond */