summaryrefslogtreecommitdiff
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
commit073ee1756764b81ebe83a7d3c814570fbc5c9b25 (patch)
tree1502aecdbb7c5c3f312b98fa8c0cc57b4f1c62f7 /complex.c
parent6125552c27b40a8da9e162af2655feca82ac16d3 (diff)
edited comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 9982db0c90..e69cf29cc4 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.