summaryrefslogtreecommitdiffstats
path: root/c++/src/H5CommonFG.h
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/H5CommonFG.h
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/H5CommonFG.h')
-rw-r--r--c++/src/H5CommonFG.h2
1 files changed, 1 insertions, 1 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.
*/