Corrected a comment in libisofs.h

This commit is contained in:
Thomas Schmitt 2012-05-25 19:55:45 +02:00
parent 82f39020cf
commit a72fd6a309
1 changed files with 2 additions and 1 deletions

View File

@ -6737,7 +6737,8 @@ enum IsoHfsplusBlessings {
* Bitfield for control purposes.
* bit0= Revoke blessing if node != NULL bears it.
* bit1= Revoke any blessing of the node, regardless of parameter
* blessing. If node is NULL, then revoke all blessings in opts.
* blessing. If node is NULL, then revoke all blessings in
* the image.
* @return
* 1 means successful blessing or revokation of an existing blessing.
* 0 means the node already bears another blessing, or is of wrong type,