X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fmetadata_resource.c;fp=src%2Fmetadata_resource.c;h=2a3279494ad56c7f4fc68c2d82022d000491dc91;hp=014d16b999388267ff5eec1e17025d0b43b1c15e;hb=ab43e30bba0ebdce335ba55562d75dcbcdf0a3df;hpb=c5fd49890aca1059262b986942a66542127c63af diff --git a/src/metadata_resource.c b/src/metadata_resource.c index 014d16b9..2a327949 100644 --- a/src/metadata_resource.c +++ b/src/metadata_resource.c @@ -102,7 +102,7 @@ read_metadata_resource(struct wim_image_metadata *imd) * * Notes: The metadata resource consists of the security data, followed * by the directory entry for the root directory, followed by all the - * other directory entries in the filesystem. The subdir_offset field + * other directory entries in the filesystem. The subdir offset field * of each directory entry gives the start of its child entries from the * beginning of the metadata resource. An end-of-directory is signaled * by a directory entry of length '0', really of length 8, because