aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-06-08 14:21:58 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:26:27 +0000
commit99c53095f6d4a05f478b35c73b1eeb29845f6898 (patch)
tree584f070c967121f44d3c36305d8a1b5d6d0e0cf8
parent86e15a6632158ce443abffaeeffeeebe243308c7 (diff)
CarpetIOHDF5: Typo in comment
-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);