From c4b2160a13bba1efcbe7639bde3a5f7f550126fa Mon Sep 17 00:00:00 2001 From: schnetter Date: Sun, 5 Jun 2005 18:07:24 +0000 Subject: Correct typo in comment git-svn-id: http://svn.cactuscode.org/flesh/trunk@4074 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/GridFuncStuff.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sbin/GridFuncStuff.pl b/lib/sbin/GridFuncStuff.pl index 44187ab8..d16e023d 100644 --- a/lib/sbin/GridFuncStuff.pl +++ b/lib/sbin/GridFuncStuff.pl @@ -930,7 +930,7 @@ sub CreateThornArgumentHeaderFile push(@returndata, '#endif /* FCODE */'); push(@returndata, ''); - # Do the Fortran argument lists + # Do the C argument lists push(@returndata, '#ifdef CCODE'); push(@returndata, $c_declarations); push(@returndata, ''); -- cgit v1.2.3