summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2007-12-11 15:18:10 (GMT)
committerH. Joe Lee <hyoklee@hdfgroup.org>2007-12-11 15:18:10 (GMT)
commitb6f754acd102f67abc1d5a4a874f1becc8cb7b54 (patch)
tree34a6c04977ab14bc4eb54e793f160afead1186b2
parent66addd2d2c56c31137b2e50f66134e66c0bb746d (diff)
downloadhdf5-b6f754acd102f67abc1d5a4a874f1becc8cb7b54.zip
hdf5-b6f754acd102f67abc1d5a4a874f1becc8cb7b54.tar.gz
hdf5-b6f754acd102f67abc1d5a4a874f1becc8cb7b54.tar.bz2
[svn-r14335] Corrected the comment on line 219: hard -> soft
-rw-r--r--examples/h5_extlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_extlink.c b/examples/h5_extlink.c
index 1e25ef6..a728bb2 100644
--- a/examples/h5_extlink.c
+++ b/examples/h5_extlink.c
@@ -216,7 +216,7 @@ static void soft_link_example(void)
{
hid_t file_id;
hid_t group_id;
- /* Define the link class that we'll use to register "user-defined hard
+ /* Define the link class that we'll use to register "user-defined soft
* links" using the callbacks we defined above.
* A link class can have NULL for any callback except its traverse
* callback.