From 416da25d5e76191d7554ea01f14d6ac160528082 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 13 May 2014 00:41:24 -0500 Subject: [PATCH] read_wim_header(): Fix comment --- src/header.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.43.0