summaryrefslogtreecommitdiffstats
path: root/complex.c
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-16 00:51:11 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-16 00:51:11 +0000
commit40783996fe90c6c3816f888f837e0cdd0e339521 (patch)
tree1502aecdbb7c5c3f312b98fa8c0cc57b4f1c62f7 /complex.c
parent53ad47de80b64673d5e57924e08344dcf6f6f52a (diff)
downloadruby-40783996fe90c6c3816f888f837e0cdd0e339521.tar.gz
ruby-40783996fe90c6c3816f888f837e0cdd0e339521.tar.xz
ruby-40783996fe90c6c3816f888f837e0cdd0e339521.zip
edited comments.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15784 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 9982db0c9..e69cf29cc 100644
--- a/complex.c
+++ b/complex.c
@@ -1,5 +1,5 @@
/*
- nucomp_core.c: Coded by Tadayoshi Funaba 2008
+ complex.c: Coded by Tadayoshi Funaba 2008
This implementation is based on Keiju Ishitsuka's Complex library
which is written in ruby.