summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DxferProp.cpp
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 /c++/src/H5DxferProp.cpp
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
Diffstat (limited to 'c++/src/H5DxferProp.cpp')
-rw-r--r--c++/src/H5DxferProp.cpp2
1 files changed, 1 insertions, 1 deletions
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