[svn-r14335] Corrected the comment on line 219: hard -> soft

This commit is contained in:
H. Joe Lee 2007-12-11 10:18:10 -05:00
parent 66addd2d2c
commit b6f754acd1

View File

@ -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.