diff options
Diffstat (limited to 'examples/h5_extlink.c')
-rw-r--r-- | examples/h5_extlink.c | 2 |
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. |