aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-04-25 00:46:12 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2008-04-25 00:46:12 -0500
commit0b01fc43628013bc453d3c6afbe3ae7c98cc6edb (patch)
tree09d4bcc55a8473bb0ffce589058390f0cf6a1881 /Carpet/CarpetLib/src
parent4906ca717b561d8fe21961fb36361a7c2a41af5a (diff)
CarpetLib: Correct typo in comment
Diffstat (limited to 'Carpet/CarpetLib/src')
-rw-r--r--Carpet/CarpetLib/src/region.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/region.hh b/Carpet/CarpetLib/src/region.hh
index dcf618133..033e73a05 100644
--- a/Carpet/CarpetLib/src/region.hh
+++ b/Carpet/CarpetLib/src/region.hh
@@ -46,7 +46,7 @@ ostream & operator<< (ostream & os, region_t const & reg);
// A pseudoregion is almost a region; it is a bbox that lives on a
// certain processor. Pseudoregions are a compact way to store
// information about what processors needs to send data to what other
-// processor during synchronisation or regridding.
+// processors during synchronisation or regridding.
struct pseudoregion_t {
ibbox extent;
int processor;