From: NeilBrown Date: Tue, 25 Aug 2009 07:09:54 +0000 (+1000) Subject: correct some comments in lafs.h X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=43b25f1e24ff473ab7b0c0916ff8277f72e1886c;p=LaFS.git correct some comments in lafs.h I was spelling the idtag wrongly. --- diff --git a/layout.h b/layout.h index 47a9d85..efa077d 100644 --- a/layout.h +++ b/layout.h @@ -15,7 +15,7 @@ * different devices have different superblocks. */ struct lafs_dev { - char idtag[16]; /* LAfs-Super-Block */ + char idtag[16]; /* LaFS-DeviceBlock */ char version[16]; /* number space options */ u8 uuid[16]; u32 checksum; @@ -91,7 +91,7 @@ struct group_head { } __attribute__((packed)); struct cluster_head { - char idtag[8]; /* LAfsHead */ + char idtag[8]; /* LaFSHead */ u8 uuid[16]; u64 seq; u32 flags;