From a72fd6a3090eb843ee31e2a94836e3b1f67a1db5 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 25 May 2012 19:55:45 +0200 Subject: [PATCH] Corrected a comment in libisofs.h --- libisofs/libisofs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libisofs/libisofs.h b/libisofs/libisofs.h index 8a158c3..bd50cf7 100644 --- a/libisofs/libisofs.h +++ b/libisofs/libisofs.h @@ -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,