summaryrefslogtreecommitdiffstats
path: root/examples/h5_compound.c
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>1998-09-16 13:57:56 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>1998-09-16 13:57:56 (GMT)
commit929051eae4df1ea209a73c56c39a1bdd5fc2432a (patch)
treea39e02245d2b5583b93231bf0e561b1fd924aba2 /examples/h5_compound.c
parentf7b0fee6effa11cfc57d0cd40d16da470096c140 (diff)
downloadhdf5-929051eae4df1ea209a73c56c39a1bdd5fc2432a.zip
hdf5-929051eae4df1ea209a73c56c39a1bdd5fc2432a.tar.gz
hdf5-929051eae4df1ea209a73c56c39a1bdd5fc2432a.tar.bz2
[svn-r702] Spelling corrections in comments. No changes to code.
Diffstat (limited to 'examples/h5_compound.c')
-rw-r--r--examples/h5_compound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_compound.c b/examples/h5_compound.c
index 00cfe34..4bb4ad1 100644
--- a/examples/h5_compound.c
+++ b/examples/h5_compound.c
@@ -22,7 +22,7 @@ main(void)
double c;
} s1_t;
s1_t s1[LENGTH];
- hid_t s1_tid; /* File datatype hadle */
+ hid_t s1_tid; /* File datatype identifier */
/* Second structure (subset of s1_t) and dataset*/
typedef struct s2_t {