aboutsummaryrefslogtreecommitdiffstats
path: root/missing
diff options
context:
space:
mode:
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"