summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2014-04-12 04:45:20 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2014-04-12 04:45:20 (GMT)
commit9b77c507060264cc24e15a3af84c3257716e47cb (patch)
treeb3e1831ba35243d9b98683f55ab7b95428e1e744
parent6b8d6e870f118b36429893ee1f1180bc0e2399a7 (diff)
downloadhdf5-9b77c507060264cc24e15a3af84c3257716e47cb.zip
hdf5-9b77c507060264cc24e15a3af84c3257716e47cb.tar.gz
hdf5-9b77c507060264cc24e15a3af84c3257716e47cb.tar.bz2
[svn-r25032] Description:
Fixed typos in comments. Platforms tested: Linux/32 2.6 (jam) - very minor
-rw-r--r--c++/src/H5CommonFG.h2
-rw-r--r--c++/src/H5DxferProp.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5CommonFG.h b/c++/src/H5CommonFG.h
index e47e70e..edd015f 100644
--- a/c++/src/H5CommonFG.h
+++ b/c++/src/H5CommonFG.h
@@ -28,7 +28,7 @@ class ArrayType;
class VarLenType;
/*! \class CommonFG
- \brief \i CommonFG is an abstract base class of H5File and H5Group.
+ \brief \a CommonFG is an abstract base class of H5File and H5Group.
It provides common operations of H5File and H5Group.
*/
diff --git a/c++/src/H5DxferProp.cpp b/c++/src/H5DxferProp.cpp
index c58eeda..1f4a638 100644
--- a/c++/src/H5DxferProp.cpp
+++ b/c++/src/H5DxferProp.cpp
@@ -229,7 +229,7 @@ void DSetMemXferPropList::setDataTransform(const H5std_string& expression) const
//--------------------------------------------------------------------------
// Function: DSetMemXferPropList::getDataTransform
///\brief Sets data transform expression.
-///\param expression - OUT: buffer for data transform expression (char*)
+///\param exp - OUT: buffer for data transform expression (char*)
///\param buf_size - IN: size of buffer for expression, including the
/// null terminator
///\exception H5::PropListIException