From 85bfd7308f11b581f10bb07f34a1bfb4ab64cdbb Mon Sep 17 00:00:00 2001 From: eregon Date: Mon, 6 May 2013 06:40:23 +0000 Subject: * 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 --- compar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compar.c') 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 -- cgit v1.2.3