aboutsummaryrefslogtreecommitdiffstats
path: root/complex.c
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-04 22:04:20 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-04 22:04:20 +0000
commita2c5d1557288eeaedffd55147511dfd023e37b12 (patch)
treedd726cbd645d2b6be5f2288b6edcf42c23ad4cce /complex.c
parent7f13c5e42e328d5e1676128c616353e438a5acee (diff)
downloadruby-a2c5d1557288eeaedffd55147511dfd023e37b12.tar.gz
added a comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/complex.c b/complex.c
index b3279f3e0a..230f713b16 100644
--- a/complex.c
+++ b/complex.c
@@ -1877,7 +1877,7 @@ Init_Complex(void)
id_to_r = rb_intern("to_r");
id_to_s = rb_intern("to_s");
id_i_real = rb_intern("@real");
- id_i_imag = rb_intern("@image");
+ id_i_imag = rb_intern("@image"); /* @image, not @imag */
rb_cComplex = rb_define_class("Complex", rb_cNumeric);