summaryrefslogtreecommitdiff
path: root/src/include/cctk_WarnLevel.h
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-06-04 19:47:08 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-06-04 19:47:08 +0000
commitcb5a4b49efd9ba82ad10da6074293104152bae8c (patch)
tree2b24aec96f9636cf5e0c974379aef20b887a4974 /src/include/cctk_WarnLevel.h
parent3cf3b592280713d3bcfa57fea5a74675b2abeec6 (diff)
Correct typo in comment
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4071 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_WarnLevel.h')
-rw-r--r--src/include/cctk_WarnLevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cctk_WarnLevel.h b/src/include/cctk_WarnLevel.h
index a9956e3e..d867eae9 100644
--- a/src/include/cctk_WarnLevel.h
+++ b/src/include/cctk_WarnLevel.h
@@ -59,7 +59,7 @@ __attribute__ ((format (printf, 2, 3)))
/* and this will surprise the user, */
/* but we can still continue the run */
#define CCTK_WARN_COMPLAIN 2 /* the user should know about this, */
- /* but the this problem is not terribly */
+ /* but the problem is not terribly */
/* surprising */
#define CCTK_WARN_PICKY 3 /* this is for small problems that can */
/* probably be ignored, but that careful */