aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-06-08 14:21:58 -0400
committerErik Schnetter <schnetter@cct.lsu.edu>2011-06-08 14:21:58 -0400
commitcdee5c9bcea8f9873dc7e08c5cb7054061b8d850 (patch)
tree33893c34b192859efa566513bf93ed2917614989 /Carpet
parent0510d5c6496853fb67f04c60b1d09718aa92da85 (diff)
CarpetIOHDF5: Typo in comment
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/CarpetIOHDF5/src/OutputSlice.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetIOHDF5/src/OutputSlice.cc b/Carpet/CarpetIOHDF5/src/OutputSlice.cc
index 76ef51e3a..28b92e716 100644
--- a/Carpet/CarpetIOHDF5/src/OutputSlice.cc
+++ b/Carpet/CarpetIOHDF5/src/OutputSlice.cc
@@ -561,7 +561,7 @@ namespace CarpetIOHDF5 {
const gh* const hh = arrdata.at(group).at(m).hh;
const dh* const dd = arrdata.at(group).at(m).dd;
- // re-compute the active (non-buffere) region
+ // re-compute the active (non-buffered) region
ibset allactive;
GetAllActive (dd, hh, m, rl, allactive);