]> wimlib.net Git - wimlib/commitdiff
read_wim_header(): Fix comment
authorEric Biggers <ebiggers3@gmail.com>
Tue, 13 May 2014 05:41:24 +0000 (00:41 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 13 May 2014 05:41:24 +0000 (00:41 -0500)
src/header.c

index e4c6d67c092aa98a1ac3dc71f5cf4ce5090f4a15..c720a5f2af7b0c4b5d8668e1df4bd5d4b6bcb374 100644 (file)
@@ -49,8 +49,8 @@
  * Reads the header from a WIM file.
  *
  * @wim
  * 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.
  *
  * @hdr
  *     Structure to read the header into.