Index: object.c
===================================================================
--- object.c (revision 21202)
+++ object.c (working copy)
@@ -1092,9 +1092,10 @@
/*
* call-seq:
- * obj !~ other => nil
+ * obj !~ other => true or false
*
- * Returns true if two objects does not match, using =~ method.
+ * Returns true if two objects do not match (using the =~
+ * method), otherwise false.
*/
static VALUE