aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-05 21:28:56 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-05 21:28:56 +0000
commit228ab063ff23d382a8e12f5a4ca3a0a3d4191e63 (patch)
tree181309bee116a97c9fc85800fdda2b0a35bdb42f /src/jtutil
parentd66e3ff53999a96a9402e586bfc04ae8064fef8f (diff)
fix some spelling mistakes in comments
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@793 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/jtutil')
-rw-r--r--src/jtutil/array.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/jtutil/array.hh b/src/jtutil/array.hh
index 51227a6..8d3b974 100644
--- a/src/jtutil/array.hh
+++ b/src/jtutil/array.hh
@@ -27,7 +27,7 @@
// These arrays cannot be copied or passed to functions by value; use
// pass by reference instead. (This is a feature, not a bug: passing
// large arrays by value would be ++slow, so we don't want to run the
-// risk of this happing accidentally.)
+// risk of this happening accidentally.)
//
//
@@ -45,7 +45,8 @@
// valarray wrappers.
//
// Or, even better, boost (http://www.boost.org) is working on a
-// multi_array<> template, which looks very nice. See
+// multi_array<> template, which looks very nice, abeit complicated.
+// See
// http://groups.yahoo.com/group/boost/message/10230
// for the development discussions for this.
//