about summary refs log tree commit homepage
path: root/ext/posix_mq/posix_mq.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix_mq/posix_mq.c')
-rw-r--r--ext/posix_mq/posix_mq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix_mq/posix_mq.c b/ext/posix_mq/posix_mq.c
index 82bb826..6278852 100644
--- a/ext/posix_mq/posix_mq.c
+++ b/ext/posix_mq/posix_mq.c
@@ -488,7 +488,7 @@ static VALUE send0(VALUE self, VALUE buffer)
  *        mq.to_io        => IO
  *
  * Returns an IO.select-able +IO+ object.  This method is only available
- * under Linux and is not intended to be portable.
+ * under Linux and FreeBSD and is not intended to be portable.
  */
 static VALUE to_io(VALUE self)
 {