aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-11-01 22:01:05 -0400
committerErik Schnetter <schnetter@gmail.com>2012-11-01 22:01:05 -0400
commite22faa579ab3dcf94c94cb45f80e8e5904141ee5 (patch)
tree28fc8e47ab705ab47c34a1155e24749fcc721022 /Carpet/Carpet
parent9804d208450ac83b499793430e73f88632f6bb15 (diff)
Carpet: Correct comment
Diffstat (limited to 'Carpet/Carpet')
-rw-r--r--Carpet/Carpet/src/functions.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/functions.hh b/Carpet/Carpet/src/functions.hh
index b31c6740d..5a4c4fea1 100644
--- a/Carpet/Carpet/src/functions.hh
+++ b/Carpet/Carpet/src/functions.hh
@@ -87,7 +87,7 @@ namespace Carpet {
std::map <string, int> const & HostMap ();
int HostId (string name);
- // Processor to host id
+ // Process to host id
vector <int> const & HostIds ();
int HostId (int proc);