summaryrefslogtreecommitdiff
path: root/src/comm
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-16 12:21:24 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-16 12:21:24 +0000
commit59aafe54187d715f75964b418c2d3f8d7b602bef (patch)
tree8e5a7bb4ff468b860d008e13543328e5a3fd9747 /src/comm
parentdbd8327b89ac300ea1d368b41cd5c393b46cb473 (diff)
Fix typo
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3508 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm')
-rw-r--r--src/comm/CactusDefaultComm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index ce2c1c83..f065b89d 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -690,7 +690,7 @@ int CactusDefaultGroupStorageIncrease (const cGH *GH, int n_groups,
it should not change the storage for that group.
This default checks for the presence of the older
- EnableGroupStorage function, and if that is not available it
+ DisableGroupStorage function, and if that is not available it
flags an error. If it is available it makes a call to it,
and puts its return value in the status flag for the group.