about summary refs log tree commit homepage
path: root/ext/posix_mq/posix_mq.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-02-20 17:36:16 -0800
committerEric Wong <normalperson@yhbt.net>2010-02-20 17:36:16 -0800
commit0f4a8ef81479f9eff9037011d81b96cf402cbe7b (patch)
tree67838eb6fb24156522cc6adcb34bcad2e78cce90 /ext/posix_mq/posix_mq.c
parent44cd880c96a76d43f6dcc7f7cdf7f687e32bda0c (diff)
downloadruby_posix_mq-0f4a8ef81479f9eff9037011d81b96cf402cbe7b.tar.gz
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)
 {