From 073ee1756764b81ebe83a7d3c814570fbc5c9b25 Mon Sep 17 00:00:00 2001 From: tadf Date: Sun, 16 Mar 2008 00:51:11 +0000 Subject: edited comments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- complex.c | 2 +- rational.c | 2 +- 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. -- cgit v1.2.3