summaryrefslogtreecommitdiff
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
parent6125552c27b40a8da9e162af2655feca82ac16d3 (diff)
edited comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--complex.c2
-rw-r--r--rational.c2
2 files changed, 2 insertions, 2 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.
diff --git a/rational.c b/rational.c
index ba8583b310..01b336a841 100644
--- a/rational.c
+++ b/rational.c
@@ -1,5 +1,5 @@
/*
- nurat_core.c: Coded by Tadayoshi Funaba 2008
+ rational.c: Coded by Tadayoshi Funaba 2008
This implementation is based on Keiju Ishitsuka's Rational library
which is written in ruby.