From: Eric Biggers Date: Tue, 13 May 2014 05:41:24 +0000 (-0500) Subject: read_wim_header(): Fix comment X-Git-Tag: v1.7.0~197 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=416da25d5e76191d7554ea01f14d6ac160528082 read_wim_header(): Fix comment --- diff --git a/src/header.c b/src/header.c index e4c6d67c..c720a5f2 100644 --- a/src/header.c +++ b/src/header.c @@ -49,8 +49,8 @@ * Reads the header from a WIM file. * * @wim - * WIM to read the header from; @wim->in_fd must be positioned at the - * offset at which to read the header. + * WIM to read the header from. @wim->in_fd must be positioned at the + * beginning of the file. * * @hdr * Structure to read the header into.