aboutsummaryrefslogtreecommitdiffstats
path: root/missing
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-12 13:50:39 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-12 13:50:39 +0000
commitdd6b923bf83e4026f26f911156a31b180bbb0a32 (patch)
treefa3daa8af6e02c30f07d9af5f2cc8902d86b04a8 /missing
parenta00247f57a1b263d6eace43f36547766566c1de1 (diff)
downloadruby-dd6b923bf83e4026f26f911156a31b180bbb0a32.tar.gz
fix the comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing')
-rw-r--r--missing/ffs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/ffs.c b/missing/ffs.c
index 9bbb707959..1a1189968a 100644
--- a/missing/ffs.c
+++ b/missing/ffs.c
@@ -1,5 +1,5 @@
/* ffs.c - find first set bit */
-/* ffs() is defined by POSIX. */
+/* ffs() is defined by Single Unix Specification. */
#include "ruby.h"