aboutsummaryrefslogtreecommitdiffstats
path: root/compar.c
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-06 06:40:23 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-06 06:40:23 +0000
commit85bfd7308f11b581f10bb07f34a1bfb4ab64cdbb (patch)
tree056351edb1023e68d0d78fe751eaecd6c7c870ca /compar.c
parentef07aa791ba5b79349f1bdf1bdeed86e0ff31ac5 (diff)
downloadruby-85bfd7308f11b581f10bb07f34a1bfb4ab64cdbb.tar.gz
* compar.c (Comparable#==): fix typo.
Patch by Andrew Grimm. [Fix GH-297] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'compar.c')
-rw-r--r--compar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compar.c b/compar.c
index c89c752daf..eea76cb637 100644
--- a/compar.c
+++ b/compar.c
@@ -76,7 +76,7 @@ cmp_failed(void)
* _obj_ and _other_ are the same object.
*
* Even if _obj_ <=> _other_ raised an exception, the exception
- * is ignoread and returns false.
+ * is ignored and returns false.
*/
static VALUE