summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-06-05 18:07:24 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-06-05 18:07:24 +0000
commitc4b2160a13bba1efcbe7639bde3a5f7f550126fa (patch)
tree96d8cb5a0e3a55ca834f1e21296e42fac7de97f8
parentb2b70c8f08ddaf26ca01462f84bdb9ceeb865ee7 (diff)
Correct typo in comment
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4074 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/sbin/GridFuncStuff.pl2
1 files changed, 1 insertions, 1 deletions
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, '');