]> wimlib.net Git - wimlib/blobdiff - src/header.c
read_wim_header(): Fix comment
[wimlib] / src / header.c
index e4c6d67c092aa98a1ac3dc71f5cf4ce5090f4a15..c720a5f2af7b0c4b5d8668e1df4bd5d4b6bcb374 100644 (file)
@@ -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.